Files
winit/src/platform/linux
Joe Wilm c92ac695af Fix x11 poll_events to drain queue
It was only processing a single event per call. The docs say

> Fetches all the events that are pending, calls the callback function
> for each of them, and returns.

which suggests that was incorrect.
2017-05-09 09:20:35 -07:00
..
2017-04-23 01:08:15 -07:00
2017-05-09 09:20:35 -07:00
2017-03-04 09:09:09 +01:00
2017-04-23 01:08:15 -07:00