Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix collision between iterator and throw-away argument to XQueryPointer() #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexGoinsNV
Copy link

Without this, Openbox is unstable on any setup with more than 2 X screens, as the collision can make the loop infinitely call XQueryPointer() on X screen 1.

…er()

Without this, Openbox is unstable on any setup with more than 2 X screens, as
the collision can make the loop infinitely call XQueryPointer() on X screen 1.
@ankit096
Copy link

ankit096 commented Mar 9, 2021

@danakj , Can we please get this change merged. This will improve the multi X-screen support on openbox

@ankit096
Copy link

The crux of this issue is that if the cursor goes onto an X screen >= 2 (the third X screen), Openbox will freeze and X will begin consuming 100% CPU as a result of Openbox being stuck in a loop repeatedly calling XQueryPointer()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants