diff options
author | mathias <mathias> | 2005-01-11 04:56:29 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-01-11 04:56:29 (GMT) |
commit | baaa66787c5c94a936b9ac6cc2977e8f1bd0ba88 (patch) | |
tree | 127d9edfb776a11ad4d36171989751eb8678d574 /src/fluxbox.cc | |
parent | 50fbdf2ac31a53404d6561d58c26520c72396359 (diff) | |
download | fluxbox_pavel-baaa66787c5c94a936b9ac6cc2977e8f1bd0ba88.zip fluxbox_pavel-baaa66787c5c94a936b9ac6cc2977e8f1bd0ba88.tar.bz2 |
ungrabbuttons on windows we dont handle anymore (withdrawn)
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 1 |
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 | } |