Add missing declaration of NSWindow -isZoomed to the header file.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2011-01-26 21:48:50 +00:00
parent c4110a7ede
commit 18806fd515
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,11 @@
2011-01-26 Wolfgang Lux <wolfgang.lux@gmail.com>
* Headers/AppKit/NSWindow.h: Add missing declaration of the
-isZoomed method.
2011-01-24 Wolfgang Lux <wolfgang.lux@gmail.com>
* Source/NSWindowController.m (-windowDidLoad): Move code to set
* Source/NSWindowController.m (-_windowDidLoad): Move code to set
the autosave name of the window's frame from here ...
* Source/NSWindowController.m (-setWindow:): ... to here to match

View file

@ -388,6 +388,7 @@ PACKAGE_SCOPE
- (NSTimeInterval) animationResizeTime: (NSRect)newFrame;
- (void) performZoom: (id)sender;
- (void) zoom: (id)sender;
- (BOOL) isZoomed;
- (BOOL) showsResizeIndicator;
- (void) setShowsResizeIndicator: (BOOL)show;
#endif