winit/winit-x11/src
DorotaC abed32eb80
winit-core/window: wrap ImeCapabilities in struct
To prevent user from using `::all()` and thus writing not forward
compatible code wrap the bitflags struct and provide simpler interface
to it.
2025-06-29 13:53:47 +09:00
..
ime Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
tests Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
util Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
activation.rs Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
atoms.rs Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
dnd.rs Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
event_loop.rs chore: move event loop recreation check into backends themselves 2025-05-26 13:48:52 +09:00
event_processor.rs Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
ffi.rs Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
lib.rs Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
monitor.rs Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
window.rs winit-core/window: wrap ImeCapabilities in struct 2025-06-29 13:53:47 +09:00
xdisplay.rs Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00
xsettings.rs Move X11 backend to winit-x11 (#4253) 2025-05-25 17:24:00 +02:00