summaryrefslogtreecommitdiff
path: root/src/place.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/place.c')
-rw-r--r--src/place.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/place.c b/src/place.c
index d4b41804..5620be2a 100644
--- a/src/place.c
+++ b/src/place.c
@@ -853,6 +853,10 @@ meta_window_place (MetaWindow *window,
goto done;
}
}
+
+ meta_screen_get_natural_xinerama_list (window->screen,
+ &xineramas_list,
+ &n_xineramas);
/* FIXME UTILITY with transient set should be stacked up
* on the sides of the parent window or something.
@@ -917,10 +921,6 @@ meta_window_place (MetaWindow *window,
x = xi->x_origin;
y = xi->y_origin;
- meta_screen_get_natural_xinerama_list (window->screen,
- &xineramas_list,
- &n_xineramas);
-
if (find_first_fit (window, fgeom, windows,
xineramas_list, n_xineramas,
x, y, &x, &y))