winit/src/platform_impl/linux/x11
Kirill Chibisov 07c25b9703 icon: refactor Icon to be dyn
Same as for `CustomCursor`. However, the API uses `dyn` stuff only
because of `Windows` backend at the time of writing, generally, platforms
should just have a separate method that deals with all of that, and e.g.
top-level winit only guarantees `Rgba`.
2025-04-20 10:48:22 +09:00
..
ime x11: implement true cursor area with XNArea attribute 2025-03-11 21:04:50 +03:00
tests On X11, reload DPI on _XSETTINGS_SETTINGS 2024-01-30 16:52:29 +04:00
util cursor: refactor CustomCursor to be dyn 2025-03-13 17:18:37 +03:00
activation.rs chore: fix clippy lints 2024-12-02 14:51:26 +03:00
atoms.rs feat: Implement smooth resizing on X11 with _NET_WM_SYNC_REQUEST 2024-07-21 09:39:43 -07:00
dnd.rs Properly implement Debug for Window and EventLoop types (#3297) 2025-03-03 08:40:04 +01:00
event_processor.rs x11: implement true cursor area with XNArea attribute 2025-03-11 21:04:50 +03:00
ffi.rs m: Replace libxcursor with custom cursor code 2024-08-22 19:30:43 -07:00
mod.rs x11:wayland: fix pump_events blocking with Wait 2025-03-17 13:20:17 +03:00
monitor.rs monitor: refactor MonitorHandle to store dyn object 2025-03-07 19:22:12 +03:00
window.rs icon: refactor Icon to be dyn 2025-04-20 10:48:22 +09:00
xdisplay.rs style: simplify string formatting for readability (#4001) 2024-11-22 22:14:11 +01:00
xsettings.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00