winit/src/platform/linux
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
..
wayland Provide current modifiers state with pointer events on wayland (#676) 2018-10-17 22:34:02 -04:00
x11 X11: Fix panic when dropping window before running event loop (#694) 2018-11-10 13:54:50 -05:00
dlopen.rs Support NetBSD platform (#603) 2018-07-16 10:25:26 -04:00
mod.rs On linux without X11 or Wayland, reduced the panic message to a single line (#681) 2018-10-21 18:12:51 -04:00