steamcompmgr: add _NET_WM_STATE to supported atoms

This commit is contained in:
Simon Ser 2020-08-17 16:37:31 +02:00
parent 9889d4f521
commit 535fa8c7e5

View file

@ -2009,6 +2009,7 @@ register_cm (Display *dpy)
Atom supportedAtoms[] = {
XInternAtom(dpy, "_NET_WM_STATE", False),
XInternAtom(dpy, "_NET_WM_STATE_FULLSCREEN", False),
XInternAtom(dpy, "_NET_ACTIVE_WINDOW", False),
};