mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Change send_initial_configure_if_needed to accept ToplevelSurface
This commit is contained in:
@@ -95,7 +95,7 @@ impl CompositorHandler for State {
|
||||
|
||||
// The toplevel remains unmapped.
|
||||
let window = entry.get();
|
||||
xdg_shell::send_initial_configure_if_needed(window);
|
||||
xdg_shell::send_initial_configure_if_needed(window.toplevel());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user