Add support for EWMH _NET_WM_WINDOW_TYPE

This commit is contained in:
Camilla Berglund
2016-03-14 20:47:48 +01:00
parent 86751b42a6
commit ea73ccf22d
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -170,6 +170,8 @@ typedef struct _GLFWlibraryX11
Atom NET_WM_ICON;
Atom NET_WM_PID;
Atom NET_WM_PING;
Atom NET_WM_WINDOW_TYPE;
Atom NET_WM_WINDOW_TYPE_NORMAL;
Atom NET_WM_STATE;
Atom NET_WM_STATE_ABOVE;
Atom NET_WM_STATE_FULLSCREEN;