panel kitten: Do not depend on xprop

This commit is contained in:
Kovid Goyal
2022-09-24 15:44:54 +05:30
parent 2cef9abbd3
commit 98eacb2067
9 changed files with 41 additions and 33 deletions

2
glfw/x11_init.c vendored
View File

@@ -149,6 +149,8 @@ static void detectEWMH(void)
getAtomIfSupported(supportedAtoms, atomCount, "_NET_FRAME_EXTENTS");
_glfw.x11.NET_REQUEST_FRAME_EXTENTS =
getAtomIfSupported(supportedAtoms, atomCount, "_NET_REQUEST_FRAME_EXTENTS");
_glfw.x11.NET_WM_STRUT_PARTIAL =
getAtomIfSupported(supportedAtoms, atomCount, "_NET_WM_STRUT_PARTIAL");
XFree(supportedAtoms);
}