feat: input multiplexing

This commit is contained in:
Nova
2023-01-21 18:07:25 -05:00
parent 411f71c217
commit 18ebd8c522
5 changed files with 503 additions and 326 deletions

View File

@@ -238,6 +238,7 @@ impl Dispatch<XdgSurface, WaylandSurface, WaylandState> for WaylandState {
let (node, item) = PanelItem::create(
toplevel,
data.wl_surface.upgrade().unwrap(),
client.get_credentials(&state.display_handle).ok(),
state.seats.get(&client.id()).unwrap().clone(),
);