ungrabbuttons on windows we dont handle anymore (withdrawn)

This commit is contained in:
mathias 2005-01-11 04:56:29 +00:00
parent 50fbdf2ac3
commit baaa66787c

View file

@ -936,6 +936,7 @@ void Fluxbox::handleUnmapNotify(XUnmapEvent &ue) {
// 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);
}
}