aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2005-01-11 04:56:29 (GMT)
committermathias <mathias>2005-01-11 04:56:29 (GMT)
commitbaaa66787c5c94a936b9ac6cc2977e8f1bd0ba88 (patch)
tree127d9edfb776a11ad4d36171989751eb8678d574
parent50fbdf2ac31a53404d6561d58c26520c72396359 (diff)
downloadfluxbox-baaa66787c5c94a936b9ac6cc2977e8f1bd0ba88.zip
fluxbox-baaa66787c5c94a936b9ac6cc2977e8f1bd0ba88.tar.bz2
ungrabbuttons on windows we dont handle anymore (withdrawn)
-rw-r--r--src/fluxbox.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 3d75b31..b1a0657 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -936,6 +936,7 @@ void Fluxbox::handleUnmapNotify(XUnmapEvent &ue) {
936 // 2) sends an synthetic unampevent (which is handled below) 936 // 2) sends an synthetic unampevent (which is handled below)
937 } else if (screen && ue.send_event) { 937 } else if (screen && ue.send_event) {
938 XDeleteProperty(display(), ue.window, FbAtoms::instance()->getWMStateAtom()); 938 XDeleteProperty(display(), ue.window, FbAtoms::instance()->getWMStateAtom());
939 XUngrabButton(display(), AnyButton, AnyModifier, ue.window);
939 } 940 }
940 941
941} 942}