feat(xwayland): x window capabilities

This commit is contained in:
Nova
2023-07-20 07:59:00 -07:00
committed by Nova
parent 000b633767
commit 6109a6bde6

View File

@@ -675,7 +675,7 @@ impl PanelItem {
debug!("Set toplevel capabilities");
match &panel_item.backend {
Backend::Wayland(w) => w.set_toplevel_capabilities(capabilities),
Backend::X11(_) => todo!(),
_ => (),
}
core_surface.flush_clients();