winit/src/platform/linux/x11
Joe Wilm 4ec5078bdb Fix poll_events on x11 not draining completely
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.
2017-05-11 23:00:22 -07:00
..
events.rs Richer input events 2017-04-23 01:08:15 -07:00
ffi.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
mod.rs Fix poll_events on x11 not draining completely 2017-05-11 23:00:22 -07:00
monitor.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
window.rs Merge pull request #164 from Ralith/rich-input 2017-05-07 08:35:03 +02:00
xdisplay.rs linux: Remove dead code from wayland & fix some trivial warnings. 2017-03-04 11:26:12 +01:00