diff --git a/src/core/screen.c b/src/core/screen.c index 75902cb7d..46c5e3ab6 100644 --- a/src/core/screen.c +++ b/src/core/screen.c @@ -2952,7 +2952,7 @@ meta_screen_resize (MetaScreen *screen, /* Fix up monitor for all windows on this screen */ windows = meta_display_list_windows (screen->display, - META_LIST_INCLUDE_OVERRIDE_REDIRECT); + META_LIST_DEFAULT); for (tmp = windows; tmp != NULL; tmp = tmp->next) { MetaWindow *window = tmp->data;