Get rid of one call to xprop in the panel kitten

This commit is contained in:
Kovid Goyal
2022-09-24 15:17:11 +05:30
parent 0fa158c809
commit 2cef9abbd3
9 changed files with 33 additions and 4 deletions

1
glfw/x11_platform.h vendored
View File

@@ -253,6 +253,7 @@ typedef struct _GLFWlibraryX11
Atom NET_WM_PING;
Atom NET_WM_WINDOW_TYPE;
Atom NET_WM_WINDOW_TYPE_NORMAL;
Atom NET_WM_WINDOW_TYPE_DOCK;
Atom NET_WM_STATE;
Atom NET_WM_STATE_ABOVE;
Atom NET_WM_STATE_FULLSCREEN;