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, 2 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 1e32bd5..664c0a5 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -2439,6 +2439,8 @@ void FluxboxWindow::buttonPressEvent(XButtonEvent &be) {
2439 // - refeed the event into the queue so the app or titlebar subwindow gets it 2439 // - refeed the event into the queue so the app or titlebar subwindow gets it
2440 if (be.subwindow) 2440 if (be.subwindow)
2441 XAllowEvents(display, ReplayPointer, CurrentTime); 2441 XAllowEvents(display, ReplayPointer, CurrentTime);
2442 else
2443 XAllowEvents(display, SyncPointer, CurrentTime);
2442 2444
2443 // if nothing was bound via keys-file then 2445 // if nothing was bound via keys-file then
2444 // - raise() if clickRaise is enabled 2446 // - raise() if clickRaise is enabled