winit/src
Kirill Chibisov 5e106b4dbb
On X11, fix ModifiersChanged from xdotool
xdotool will update modifiers before Xkb will actually send event
updating them, thus the modifiers will be updating even before the
actual update, which is unfortunate.

Links: https://github.com/alacritty/alacritty/issues/7502
2023-12-30 09:05:03 +04:00
..
platform Rename VideoMode to VideoModeHandle (#3328) 2023-12-26 22:12:33 +01:00
platform_impl On X11, fix ModifiersChanged from xdotool 2023-12-30 09:05:03 +04:00
cursor.rs Merge Window::set_cursor_icon() and Window::set_custom_cursor() (#3308) 2023-12-25 07:20:52 +01:00
dpi.rs Remove extern crate statements (#3310) 2023-12-25 09:25:09 +01:00
error.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
event.rs Remove extern crate statements (#3310) 2023-12-25 09:25:09 +01:00
event_loop.rs Remove wrong documentation on EventLoop::run() (#3314) 2023-12-25 08:27:34 +01:00
icon.rs Fix infinite recursion in BadIcon reporting (#3237) 2023-11-23 19:15:17 +01:00
keyboard.rs Remove extern crate statements (#3310) 2023-12-25 09:25:09 +01:00
lib.rs Remove unsound SendSyncWrapper (#3303) 2023-12-26 20:13:02 +01:00
monitor.rs Rename VideoMode to VideoModeHandle (#3328) 2023-12-26 22:12:33 +01:00
window.rs Add deprecated Window::set_cursor_icon() (#3329) 2023-12-26 22:40:43 +01:00