From 9613d2cd83ce8a38f532246e432e01eec062bc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Thu, 25 Aug 2016 20:21:27 +0200 Subject: XAllowEvent's for CurrentTime ML confirms that be.time seems to be dated or junk and causes permanent freezes. Seen such myself but couldn't sufficiently reproduce to pin a culprit. --- src/Window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Window.cc b/src/Window.cc index 871c7e8..3ad5088 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2406,7 +2406,7 @@ void FluxboxWindow::buttonPressEvent(XButtonEvent &be) { if (screen().clickRaises()) raise(); - XAllowEvents(display, ReplayPointer, be.time); + XAllowEvents(display, ReplayPointer, CurrentTime); m_button_grab_x = be.x_root - frame().x() - frame().window().borderWidth(); m_button_grab_y = be.y_root - frame().y() - frame().window().borderWidth(); -- cgit v0.11.2