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:
Armin Krezović
2017-08-26 21:10:38 +02:00
committed by Jonas Ådahl
parent 1530f27513
commit 68f261e8e2
12 changed files with 534 additions and 543 deletions

View File

@ -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;
}