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

Move/resize sometimes "hangs" #87

Open
ttencate opened this issue Mar 13, 2011 · 0 comments
Open

Move/resize sometimes "hangs" #87

ttencate opened this issue Mar 13, 2011 · 0 comments

Comments

@ttencate
Copy link
Owner

Converted from SourceForge issue 2930967, submitted by ttencate

Sometimes, moving/resizing doesn't stop when I let go of the mouse button. This happen due to a race condition, that causes the mouse-up to be eaten. This eating of messages that arrive at a bad moment needs to be reconsidered.

Possible solution: do not call any API functions from the hook handler, but post everything into a message queue for a separate thread. That thread will not do any GUI stuff or modal loops, so everything will be processed right away, and sequentially.

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

No branches or pull requests

1 participant