summaryrefslogtreecommitdiff
path: root/src/x11/window-x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11/window-x11.c')
-rw-r--r--src/x11/window-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11/window-x11.c b/src/x11/window-x11.c
index 7dc998d8e..3e4e4a5c4 100644
--- a/src/x11/window-x11.c
+++ b/src/x11/window-x11.c
@@ -3341,7 +3341,7 @@ meta_window_x11_configure_notify (MetaWindow *window,
* on its geometry.
*/
if (window->override_redirect)
- meta_screen_queue_check_fullscreen (window->screen);
+ meta_display_queue_check_fullscreen (window->display);
if (!event->override_redirect && !event->send_event)
meta_warning ("Unhandled change of windows override redirect status\n");