mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
(hidewindow:): fixes to return value and type.
This commit is contained in:
parent
f018c2087b
commit
07dcc41ad0
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2019-04-06 Sergii Stoian <stoyan255@ukr.net>
|
||||
|
||||
* Source/GSDisplayServer.m (hidewindow:): fixes to return value and type.
|
||||
|
||||
2019-04-05 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Headers/AppKit/NSEvent.h: new event subtype `GSAppKitAppHide` was added.
|
||||
|
|
|
@ -602,9 +602,9 @@ GSCurrentServer(void)
|
|||
}
|
||||
|
||||
/** Hides all application windows */
|
||||
- (void) hidewindow: (int) win
|
||||
- (BOOL) hidewindow: (int) win
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
return NO;
|
||||
}
|
||||
|
||||
/** Returns YES if the application should create the miniwindow counterpart
|
||||
|
|
Loading…
Reference in a new issue