winit/src/platform_impl/linux/x11/util
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
..
client_msg.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
cursor.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
geometry.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
hint.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
icon.rs Slightly reduce number of cfgs (#3071) 2023-09-01 23:14:16 +02:00
input.rs Revert select_xkb_events to its previous impl 2023-09-07 10:25:52 +04:00
keys.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
memory.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
mod.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
modifiers.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
randr.rs Implement X11 extensions using x11rb instead of Xlib 2023-08-30 01:01:25 +04:00
window_property.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
wm.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00