winit/src/platform/linux/x11
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
..
ime X11: Fix super fun race conditions (#554) 2018-06-07 14:08:19 -04:00
util Update wm spec hints (#646) 2018-09-11 15:03:42 -04:00
dnd.rs X11: util design improvements (#534) 2018-05-27 08:49:35 -04:00
events.rs Add support for F16-F24 (#641) 2018-09-12 13:04:16 -04:00
ffi.rs Move fullscreen modes to not touch physical resolutions (#270) 2017-09-07 10:33:46 +02:00
mod.rs X11: Fix panic when dropping window before running event loop (#694) 2018-11-10 13:54:50 -05:00
monitor.rs X11+Windows: Guess initial DPI factor (#583) 2018-07-01 11:01:46 -04:00
window.rs Don't include NUL byte in _NET_WM_NAME (#658) 2018-09-20 17:59:37 -04:00
xdisplay.rs X11: General cleanup (#491) 2018-05-03 09:15:49 -04:00