ungrabbuttons on windows we dont handle anymore (withdrawn)
This commit is contained in:
parent
50fbdf2ac3
commit
baaa66787c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue