(hidewindow:): fixes to return value and type.

This commit is contained in:
Sergii Stoian 2019-04-06 00:25:09 +03:00
parent f018c2087b
commit 07dcc41ad0
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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