all repos — fluxbox @ 9613d2cd83ce8a38f532246e432e01eec062bc13

custom fork of the fluxbox windowmanager

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.
Thomas Lübking thomas.luebking@gmail.com
commit

9613d2cd83ce8a38f532246e432e01eec062bc13

parent

fbb2d16639491fdb0c49e388278fabcc4b0800f3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -2406,7 +2406,7 @@ if (frame().window().window() == be.window) {

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();