summaryrefslogtreecommitdiff
path: root/src/ui/frames.c
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2019-10-13 16:46:47 +0200
committerFlorian Müllner <florian.muellner@gmail.com>2019-10-15 07:17:29 +0000
commit7c2e926c44a2d413154cde0c4ae727d4880f9033 (patch)
tree75250803182e1cdc030be2f5e55ffa5b54de8dfd /src/ui/frames.c
parentc474ad6a53b0b28d97225f7c97eec9506c732d5c (diff)
downloadmutter-7c2e926c44a2d413154cde0c4ae727d4880f9033.tar.gz
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
Diffstat (limited to 'src/ui/frames.c')
-rw-r--r--src/ui/frames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/frames.c b/src/ui/frames.c
index ecb38a9f7..1cb46f7eb 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -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);
}