source: trunk/Cocoa/Pester/Source/NJRNonCenteringWindow.m@ 618

Last change on this file since 618 was 136, checked in by Nicholas Riley, 21 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: 261 bytes
Line 
1//
2// NJRNonCenteringWindow.m
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 "NJRNonCenteringWindow.h"
10
11
12@implementation NJRNonCenteringWindow
13
14- (void)center;
15{
16
17}
18
19@end
Note: See TracBrowser for help on using the repository browser.