mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:01:22 +00:00
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:
parent
1fdedc3487
commit
24895d987e
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
2009-10-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/GSThemeTools.m: Fix broken drawing due to error in
|
* Source/GSThemeTools.m: Fix broken drawing due to error in
|
||||||
|
|
|
@ -69,6 +69,8 @@ this, either directly, or indirectly (by using the backend).
|
||||||
- (NSRect) frameRectForContentRect: (NSRect)aRect
|
- (NSRect) frameRectForContentRect: (NSRect)aRect
|
||||||
styleMask: (unsigned int)aStyle;
|
styleMask: (unsigned int)aStyle;
|
||||||
|
|
||||||
|
- (void) changeWindowHeight: (float)difference;
|
||||||
|
|
||||||
- (void) setBackgroundColor: (NSColor *)color;
|
- (void) setBackgroundColor: (NSColor *)color;
|
||||||
- (void) setContentView: (NSView *)contentView;
|
- (void) setContentView: (NSView *)contentView;
|
||||||
- (void) setDocumentEdited: (BOOL)flag;
|
- (void) setDocumentEdited: (BOOL)flag;
|
||||||
|
|
Loading…
Reference in a new issue