mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
add _NET_WM_NAME to the hasEWMGH check
This commit is contained in:
@@ -141,6 +141,7 @@ typedef struct _GLFWwindowX11
|
||||
Colormap colormap; // Window colormap
|
||||
Window handle; // Window handle
|
||||
Atom wmDeleteWindow; // WM_DELETE_WINDOW atom
|
||||
Atom wmName; // _NET_WM_NAME atom
|
||||
Atom wmPing; // _NET_WM_PING atom
|
||||
Atom wmState; // _NET_WM_STATE atom
|
||||
Atom wmStateFullscreen; // _NET_WM_STATE_FULLSCREEN atom
|
||||
|
||||
Reference in New Issue
Block a user