|
|
@ -438,6 +438,8 @@ static void detectEWMH(void) |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_STATE_MAXIMIZED_VERT"); |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_STATE_MAXIMIZED_VERT"); |
|
|
|
_glfw.x11.NET_WM_STATE_MAXIMIZED_HORZ = |
|
|
|
_glfw.x11.NET_WM_STATE_MAXIMIZED_HORZ = |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_STATE_MAXIMIZED_HORZ"); |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_STATE_MAXIMIZED_HORZ"); |
|
|
|
|
|
|
|
_glfw.x11.NET_WM_STATE_DEMANDS_ATTENTION = |
|
|
|
|
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_STATE_DEMANDS_ATTENTION"); |
|
|
|
_glfw.x11.NET_WM_FULLSCREEN_MONITORS = |
|
|
|
_glfw.x11.NET_WM_FULLSCREEN_MONITORS = |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_FULLSCREEN_MONITORS"); |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_FULLSCREEN_MONITORS"); |
|
|
|
_glfw.x11.NET_WM_WINDOW_TYPE = |
|
|
|
_glfw.x11.NET_WM_WINDOW_TYPE = |
|
|
|