feat(xwayland): x window capabilities
This commit is contained in:
@@ -675,7 +675,7 @@ impl PanelItem {
|
|||||||
debug!("Set toplevel capabilities");
|
debug!("Set toplevel capabilities");
|
||||||
match &panel_item.backend {
|
match &panel_item.backend {
|
||||||
Backend::Wayland(w) => w.set_toplevel_capabilities(capabilities),
|
Backend::Wayland(w) => w.set_toplevel_capabilities(capabilities),
|
||||||
Backend::X11(_) => todo!(),
|
_ => (),
|
||||||
}
|
}
|
||||||
core_surface.flush_clients();
|
core_surface.flush_clients();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user