]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.cc
make shading work
[chaz/openbox] / util / epist / window.cc
index 1d5a219dfc92af1ec8201f28276e21a9a7bc40e8..e650f4156937e3aab8cc4c8e0783a04c2d0a0b25 100644 (file)
@@ -145,5 +145,6 @@ void XWindow::processEvent(const XEvent &e) {
 
 void XWindow::shade(const bool sh) const {
   _xatom->sendClientMessage(_screen->rootWindow(), XAtom::net_wm_state,
-                            _window, (sh ? 1 : 0), XAtom::net_wm_state_shaded);
+                            _window, (sh ? 1 : 0),
+                            _xatom->getAtom(XAtom::net_wm_state_shaded));
 }
This page took 0.0197580000000001 seconds and 4 git commands to generate.