Re: fluxbox permanentely freezes pointer device
NEURURER.Anton <[email protected]> Mon, 8 Aug 2016 13:19:03 +0000
| Newsgroups | gmane.comp.window-managers.fluxbox.user |
|---|---|
| Message-ID | <[email protected]> |
>Could be the be.time driven call in Window.cc isn't sufficient. >Since you can apparently reproduce this "quite some", can you invoke a patch (resp. simply alter the call "s/be.time/CurrentTime")? Yes, I can invoke a patch. Just to be completely sure what you mean: You want me to replace the line "XAllowEvents(display, ReplayPointer, be.time);" in Window.cc/buttonPressEvent() with "XAllowEvents(display, ReplayPointer, CurrentTime);" ? Best regards Anton ------------------------------------------------------------------------------