From 535fa8c7e5e7876181596c338bfd7209cd820e83 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 17 Aug 2020 16:37:31 +0200 Subject: [PATCH] steamcompmgr: add _NET_WM_STATE to supported atoms --- src/steamcompmgr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 0e32fc1..8513271 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -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), };