aboutsummaryrefslogtreecommitdiff
path: root/src/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers')
-rw-r--r--src/handlers/xdg_shell.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/handlers/xdg_shell.rs b/src/handlers/xdg_shell.rs
index 33fa9c87..62eafb1b 100644
--- a/src/handlers/xdg_shell.rs
+++ b/src/handlers/xdg_shell.rs
@@ -491,6 +491,9 @@ impl XdgShellHandler for State {
// A configure is required in response to this event regardless if there are pending
// changes.
+ //
+ // FIXME: when unfullscreening to floating, this will send an extra configure with
+ // scrolling layout bounds. We should probably avoid it.
toplevel.send_configure();
} else if let Some(unmapped) = self.niri.unmapped_windows.get_mut(toplevel.wl_surface()) {
match &mut unmapped.state {