winit/src/platform_impl/linux/x11
Dmitry Sharshakov 0363be4776
Add Window::set_blur
Allow clients to request blur behind their window, implemented on
Wayland for now.
2023-10-08 23:53:15 +04:00
..
ime X11: Add #[deny(unsafe_op_in_unsafe_fn)] (#3121) 2023-09-30 21:43:41 +02: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 X11: Add #[deny(unsafe_op_in_unsafe_fn)] (#3121) 2023-09-30 21:43:41 +02:00
ffi.rs Implement X11 extensions using x11rb instead of Xlib 2023-08-30 01:01:25 +04:00
mod.rs Rename run_ondemand to run_on_demand 2023-10-04 01:24:42 +04:00
monitor.rs Slightly reduce number of cfgs (#3071) 2023-09-01 23:14:16 +02:00
window.rs Add Window::set_blur 2023-10-08 23:53:15 +04:00
xdisplay.rs Implement X11 extensions using x11rb instead of Xlib 2023-08-30 01:01:25 +04:00