summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/window.c b/src/core/window.c
index 23c82b22..4c8a3914 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -5002,7 +5002,7 @@ meta_window_move_resize_request (MetaWindow *window,
* workarea smaller than the monitor.
*/
if (meta_prefs_get_force_fullscreen() &&
- (window->decorated || !meta_window_is_client_decorated (window)) &&
+ (!window->decorated && !meta_window_is_client_decorated (window)) &&
meta_rectangle_equal (&rect, &xinerama_info->rect) &&
window->has_fullscreen_func &&
!window->fullscreen)