Move rest of non-X11 specific objects from MetaScreen
This moves following objects from MetaScreen to MetaDisplay - workareas_later and in_fullscreen_later signals and functions - startup_sequences signals and functions - tile_preview functions https://bugzilla.gnome.org/show_bug.cgi?id=759538
This commit is contained in:

committed by
Jonas Ådahl

parent
1530f27513
commit
68f261e8e2
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user