all repos — fluxbox @ baaa66787c5c94a936b9ac6cc2977e8f1bd0ba88

custom fork of the fluxbox windowmanager

ungrabbuttons on windows we dont handle anymore (withdrawn)
mathias mathias
commit

baaa66787c5c94a936b9ac6cc2977e8f1bd0ba88

parent

50fbdf2ac31a53404d6561d58c26520c72396359

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

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -936,6 +936,7 @@ // 1) unmapping the window (which leads to the upper branch

// 2) sends an synthetic unampevent (which is handled below) } else if (screen && ue.send_event) { XDeleteProperty(display(), ue.window, FbAtoms::instance()->getWMStateAtom()); + XUngrabButton(display(), AnyButton, AnyModifier, ue.window); } }