all repos — openbox @ b4816f24179501091015dd7323636308d967099e

openbox fork - make it a bit more like ryudo

make shading work
Dana Jansens danakj@orodu.net
commit

b4816f24179501091015dd7323636308d967099e

parent

7d153b742bcdf4056ac5e70f8d039f13c12319b7

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M util/epist/window.ccutil/epist/window.cc

@@ -145,5 +145,6 @@

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)); }