This commit is contained in:
Riccardo 2025-03-10 23:58:54 +07:00 committed by GitHub
commit 47c10905bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
/* XGServerWindows - methods for window/screen handling
Copyright (C) 1999-2020 Free Software Foundation, Inc.
@ -1939,10 +1940,10 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
&window->xwn_attrs);
/*
* Mark this as a GNUstep app with the current application name.
* Mark the window as the application with name & class so the WM can group it
*/
classhint.res_name = generic.rootName;
classhint.res_class = "GNUstep";
classhint.res_class = generic.rootName;
XSetClassHint(dpy, window->ident, &classhint);
window->map_state = IsUnmapped;