mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
hidewindow
method was renamed to hideApplication.
This commit is contained in:
parent
b492ac87cd
commit
2f4c96f9d1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-04-06 Sergii Stoian <stoyan255@ukr.net>
|
||||
|
||||
* Source/x11/XGServerWindow.m (hideApplication:): new method name for
|
||||
`hidewindow`.
|
||||
|
||||
2019-04-05 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Headers/x11/XGServerWindow.h (GSMaxWMProtocols): increased number to support
|
||||
|
|
|
@ -2607,7 +2607,7 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
|
|||
|
||||
/* Actually this is "hide application" action.
|
||||
However, key press may be received by particular window. */
|
||||
- (BOOL) hidewindow: (int)win
|
||||
- (BOOL) hideApplication: (int)win
|
||||
{
|
||||
gswindow_device_t *window;
|
||||
|
||||
|
|
Loading…
Reference in a new issue