winit-sonoma-fix/src/platform/linux
Francesca Frangipane 1c4973d5b7
x11: Only access XIM from the event loop thread (#439)
XIM isn't thread-safe at all. Any call made to it from another thread will result in the
event loop freezing (this is why the old implementation of Drop for Window had that
problem).

XIM is now confined to one thread, and the existing API is maintained using channels. In
testing this with Alacritty, I initially thought the occasional slight lag on updating the
spot location was due to this change, but it's present without it as well.
2018-04-05 14:58:10 -04:00
..
wayland Add ability to change the min/max size of windows at runtime (#405) 2018-03-23 10:35:35 +01:00
x11 x11: Only access XIM from the event loop thread (#439) 2018-04-05 14:58:10 -04:00
dlopen.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
mod.rs Add ability to change the min/max size of windows at runtime (#405) 2018-03-23 10:35:35 +01:00