diff options
-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 | } |