Added support for _NET_WM_BYPASS_COMPOSITOR.

This commit is contained in:
Camilla Berglund
2013-11-20 19:58:06 +01:00
parent e0ee90d50c
commit 5ef4f77fb5
4 changed files with 22 additions and 0 deletions
+2
View File
@@ -409,6 +409,8 @@ static void detectEWMH(void)
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_PING");
_glfw.x11.NET_ACTIVE_WINDOW =
getSupportedAtom(supportedAtoms, atomCount, "_NET_ACTIVE_WINDOW");
_glfw.x11.NET_WM_BYPASS_COMPOSITOR =
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_BYPASS_COMPOSITOR");
XFree(supportedAtoms);