|
|
@ -460,6 +460,10 @@ static void detectEWMH(void) |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_PID"); |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_PID"); |
|
|
|
_glfw.x11.NET_WM_PING = |
|
|
|
_glfw.x11.NET_WM_PING = |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_PING"); |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_PING"); |
|
|
|
|
|
|
|
_glfw.x11.NET_WM_WINDOW_TYPE = |
|
|
|
|
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_WINDOW_TYPE"); |
|
|
|
|
|
|
|
_glfw.x11.NET_WM_WINDOW_TYPE_NORMAL = |
|
|
|
|
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_WINDOW_TYPE_NORMAL"); |
|
|
|
_glfw.x11.NET_ACTIVE_WINDOW = |
|
|
|
_glfw.x11.NET_ACTIVE_WINDOW = |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_ACTIVE_WINDOW"); |
|
|
|
getSupportedAtom(supportedAtoms, atomCount, "_NET_ACTIVE_WINDOW"); |
|
|
|
_glfw.x11.NET_FRAME_EXTENTS = |
|
|
|
_glfw.x11.NET_FRAME_EXTENTS = |
|
|
|