Added support for WindowMaker's WMFHideApplication action.

This commit is contained in:
Sergii Stoian 2019-04-05 14:07:33 +03:00
parent 7fa72c547e
commit f018c2087b
6 changed files with 54 additions and 23 deletions

View file

@ -601,6 +601,12 @@ GSCurrentServer(void)
[self subclassResponsibility: _cmd];
}
/** Hides all application windows */
- (void) hidewindow: (int) win
{
[self subclassResponsibility: _cmd];
}
/** Returns YES if the application should create the miniwindow counterpart
to the full size window and own it. Some display systems handle the
miniwindow themselves. In this case the backend subclass should