Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Source/x11/XGServerWindow.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/* XGServerWindows - methods for window/screen handling

Copyright (C) 1999-2020 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1933,10 +1934,10 @@ - (int) window: (NSRect)frame : (NSBackingStoreType)type : (unsigned int)style
&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;
Expand Down