aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 13167e7..7703f96 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -3013,7 +3013,7 @@ void FluxboxWindow::motionNotifyEvent(XMotionEvent &me) {
3013void FluxboxWindow::enterNotifyEvent(XCrossingEvent &ev) { 3013void FluxboxWindow::enterNotifyEvent(XCrossingEvent &ev) {
3014 3014
3015 // ignore grab activates, or if we're not visible 3015 // ignore grab activates, or if we're not visible
3016 if (ev.mode == NotifyGrab || 3016 if (ev.mode == NotifyGrab || ev.mode == NotifyUngrab ||
3017 !isVisible()) { 3017 !isVisible()) {
3018 return; 3018 return;
3019 } 3019 }