Skip to content

Fix poll_events on x11 not draining completely#178

Merged
tomaka merged 1 commit intorust-windowing:masterfrom
jwilm:fix-x11-poll-events
May 12, 2017
Merged

Fix poll_events on x11 not draining completely#178
tomaka merged 1 commit intorust-windowing:masterfrom
jwilm:fix-x11-poll-events

Conversation

@jwilm
Copy link
Copy Markdown
Contributor

@jwilm jwilm commented May 12, 2017

If the interrupted flag were set going into poll_events, it would only
ever handle the first event in the queue. Now, the flag is reset at the
start so events are processed until the caller requests otherwise.

If the interrupted flag were set going into poll_events, it would only
ever handle the first event in the queue. Now, the flag is reset at the
start so events are processed until the caller requests otherwise.
@tomaka
Copy link
Copy Markdown
Contributor

tomaka commented May 12, 2017

Thanks

@tomaka tomaka merged commit c33bedc into rust-windowing:master May 12, 2017
@jwilm jwilm deleted the fix-x11-poll-events branch May 12, 2017 15:36
mitchmindtree added a commit to mitchmindtree/winit that referenced this pull request Jun 24, 2017
Includes:

- Recent removal of sync (breaking change) rust-windowing#191.
- Wayland fixes: rust-windowing#190, rust-windowing#188, rust-windowing#181
- X11 fixes: rust-windowing#174, rust-windowing#178,
madsmtm pushed a commit to madsmtm/winit that referenced this pull request Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants