feat(wayland): receives_input

This commit is contained in:
Nova
2024-08-06 19:12:44 -04:00
parent 4827561f88
commit 08135b03a2
3 changed files with 24 additions and 22 deletions

View File

@@ -64,6 +64,7 @@ impl CompositorHandler for WaylandState {
size: [256; 2].into(),
},
z_order: 1,
receives_input: false,
}));
let Some(panel_item) = surface_panel_item(parent) else {