add method declaration so that certain compilers pick up the correct signature

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28858 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2009-10-19 20:58:02 +00:00
parent 1fdedc3487
commit 24895d987e
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2009-10-19 Riccardo Mottola <rmottola@users.sf.net>
* Source/GSWindowDecorationView.h: add method declaration
so that certain compilers pick up the correct signature
2009-10-19 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSThemeTools.m: Fix broken drawing due to error in

View file

@ -69,6 +69,8 @@ this, either directly, or indirectly (by using the backend).
- (NSRect) frameRectForContentRect: (NSRect)aRect
styleMask: (unsigned int)aStyle;
- (void) changeWindowHeight: (float)difference;
- (void) setBackgroundColor: (NSColor *)color;
- (void) setContentView: (NSView *)contentView;
- (void) setDocumentEdited: (BOOL)flag;