summaryrefslogtreecommitdiff
path: root/src/core/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stack.c')
-rw-r--r--src/core/stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stack.c b/src/core/stack.c
index fc3b2ecfc..a9cd9aa32 100644
--- a/src/core/stack.c
+++ b/src/core/stack.c
@@ -945,7 +945,7 @@ stack_do_resort (MetaStack *stack)
stack->sorted = g_list_sort (stack->sorted,
(GCompareFunc) compare_window_position);
- meta_screen_queue_check_fullscreen (stack->display->screen);
+ meta_display_queue_check_fullscreen (stack->display);
stack->need_resort = FALSE;
}