summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/window.c b/src/core/window.c
index 2545a1b5b..ccc6a28a8 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -3744,6 +3744,8 @@ meta_window_update_monitor (MetaWindow *window,
/* If we're changing monitors, we need to update the has_maximize_func flag,
* as the working area has changed. */
meta_window_recalc_features (window);
+
+ meta_display_queue_check_fullscreen (window->display);
}
}