core/core: Remove meta_retheme_all() helper
All it did was get the MetaDisplay and call a function on it. https://gitlab.gnome.org/GNOME/mutter/merge_requests/854
This commit is contained in:

committed by
Florian Müllner

parent
c474ad6a53
commit
7c2e926c44
@ -336,7 +336,7 @@ meta_frames_style_updated (GtkWidget *widget)
|
||||
|
||||
g_hash_table_foreach (frames->frames, reattach_style_func, NULL);
|
||||
|
||||
meta_retheme_all ();
|
||||
meta_display_queue_retheme_all_windows (meta_get_display ());
|
||||
|
||||
GTK_WIDGET_CLASS (meta_frames_parent_class)->style_updated (widget);
|
||||
}
|
||||
|
Reference in New Issue
Block a user