winit/src
Francesca Plebani 917db35a84
X11: Fix panic when dropping window before running event loop (#694)
Fixes #691

Dropping a window before running the `EventsLoop` results in events
still being queued when `XDestroyWindow` is called, so events like
`XI_Enter` (the culprit in this case) will still be processed.
Simply checking that the window still exists before calling
`query_pointer` was enough to solve the problem.
2018-11-10 13:54:50 -05:00
..
os Support requesting user attention on macOS (#664) 2018-11-06 23:50:40 -05:00
platform X11: Fix panic when dropping window before running event loop (#694) 2018-11-10 13:54:50 -05:00
dpi.rs Add optional Serde implementations and missing derivable traits (#652) 2018-11-01 04:24:56 -04:00
events.rs Add optional Serde implementations and missing derivable traits (#652) 2018-11-01 04:24:56 -04:00
icon.rs update to image 0.20 (#683) 2018-10-23 20:29:11 -04:00
lib.rs Add optional Serde implementations and missing derivable traits (#652) 2018-11-01 04:24:56 -04:00
window.rs Clarify DPI docs to highlight WindowEvent::HiDpiFactorChanged (#598) 2018-07-16 10:44:29 -04:00