wayray/crates/wrsrvd
Till Wegmueller 383e91addf Split Wayland protocol handlers into dedicated modules
Move handler trait impls and delegate macros from state.rs into
handlers/{compositor,xdg_shell,input,output}.rs. Flesh out
CompositorHandler::commit with on_commit_buffer_handler and
XdgShellHandler::new_toplevel with window mapping. Add DataDeviceHandler,
SelectionHandler, ClientDndGrabHandler, and ServerDndGrabHandler impls
with DataDeviceState in the WayRay struct. State.rs now contains only
the struct definition and constructor.
2026-04-04 18:30:32 +02:00
..
src Split Wayland protocol handlers into dedicated modules 2026-04-04 18:30:32 +02:00
Cargo.toml Set up Cargo workspace with four crates 2026-04-04 18:16:53 +02:00