update header to eliminate warning

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30208 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Doug Simons 2010-04-20 19:59:42 +00:00
parent 34f7052ac2
commit 7428dac2af
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-04-20 Doug Simons <doug.simons@testplant.com>
* Headers/Additions/GNUstepGUI/GSWindowDecorationView.h:
Update header to eliminate warning.
2010-04-20 Doug Simons <doug.simons@testplant.com>
* Source/NSWindow.m:

View file

@ -69,6 +69,7 @@ this, either directly, or indirectly (by using the backend).
- (NSRect) frameRectForContentRect: (NSRect)aRect
styleMask: (unsigned int)aStyle;
- (void) layout;
- (void) changeWindowHeight: (float)difference;
- (void) setBackgroundColor: (NSColor *)color;