Last change
on this file since 312 was 136, checked in by Nicholas Riley, 22 years ago |
PSVolumeController.m: Use NJRNonCenteringWindow to prevent the
repositioning from succeeding. Fixes bug 27.
NJRNonCenteringWindow.[hm]: Stub implementation of -[NSWindow center].
Should be removed when bug in Mac OS X is fixed (filed in Radar).
|
File size:
242 bytes
|
Rev | Line | |
---|
[136] | 1 | //
|
---|
| 2 | // NJRNonCenteringWindow.h
|
---|
| 3 | // Pester
|
---|
| 4 | //
|
---|
| 5 | // Created by Nicholas Riley on Wed Apr 09 2003.
|
---|
| 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved.
|
---|
| 7 | //
|
---|
| 8 |
|
---|
| 9 | #import <AppKit/AppKit.h>
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | @interface NJRNonCenteringWindow : NSWindow {
|
---|
| 13 |
|
---|
| 14 | }
|
---|
| 15 |
|
---|
| 16 | @end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.