winit/src/platform_impl/linux/x11
John Nunley 4f0ce7201d
Revert select_xkb_events to its previous impl
The new implementation of select_xkb_events apparently misconfigures
the server. This commit does a temporary fix by just reverting it to its
previous implementation.

This is temporary until I can figure out what Xlib is doing behind the
scenes or until I read xkbproto.pdf.

Fixes: #3079
Signed-off-by: John Nunley <dev@notgull.net>
2023-09-07 10:25:52 +04:00
..
ime Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
util Revert select_xkb_events to its previous impl 2023-09-07 10:25:52 +04:00
activation.rs Add platform::startup_notify for Wayland/X11 2023-07-20 13:16:51 +00:00
atoms.rs Add a way to embed the X11 window into another 2023-08-11 13:30:55 +04:00
dnd.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
event_processor.rs Slightly reduce number of cfgs (#3071) 2023-09-01 23:14:16 +02:00
ffi.rs Implement X11 extensions using x11rb instead of Xlib 2023-08-30 01:01:25 +04:00
mod.rs Move ControlFlow to EventLoopWindowTarget 2023-09-07 10:25:04 +04:00
monitor.rs Slightly reduce number of cfgs (#3071) 2023-09-01 23:14:16 +02:00
window.rs Slightly reduce number of cfgs (#3071) 2023-09-01 23:14:16 +02:00
xdisplay.rs Implement X11 extensions using x11rb instead of Xlib 2023-08-30 01:01:25 +04:00