hidewindow method was renamed to hideApplication.

This commit is contained in:
Sergii Stoian 2019-04-06 22:32:29 +03:00
parent b492ac87cd
commit 2f4c96f9d1
2 changed files with 6 additions and 1 deletions

View file

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

View file

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