winit/src/platform_impl/linux/x11
Mads Marquart 3c3a863cc9
Remove functionality already exposed through raw-window-handle
Nothing changed from the user point of view, other than they should
use the `raw-window-handle`, which is objectively better, given that
it reduces the amount of `cfg` guards in downstream code.
2023-08-05 22:56:22 +04:00
..
ime Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
util Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
activation.rs Add platform::startup_notify for Wayland/X11 2023-07-20 13:16:51 +00:00
atoms.rs Add platform::startup_notify for Wayland/X11 2023-07-20 13:16:51 +00:00
dnd.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
event_processor.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
ffi.rs Implemented focus_window (#1944) 2021-05-19 18:39:53 +02:00
mod.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
monitor.rs Replace parts of the Xlib backend with x11-rb 2023-07-12 07:59:12 +00:00
window.rs Remove functionality already exposed through raw-window-handle 2023-08-05 22:56:22 +04:00
xdisplay.rs Replace libc with rustix in some modules 2023-07-22 09:32:27 +00:00