Added setting of _NET_WM_PID.

This commit is contained in:
Camilla Berglund
2013-05-02 16:31:27 +02:00
parent 5cf56a442c
commit be28914732
3 changed files with 14 additions and 0 deletions
+3
View File
@@ -410,6 +410,9 @@ static void detectEWMH(void)
_glfw.x11.NET_WM_ICON_NAME =
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_ICON_NAME");
_glfw.x11.NET_WM_PID =
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_PID");
_glfw.x11.NET_WM_PING =
getSupportedAtom(supportedAtoms, atomCount, "_NET_WM_PING");