summaryrefslogtreecommitdiff
path: root/src/core/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.c')
-rw-r--r--src/core/core.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/core.c b/src/core/core.c
index 7153c1f8..e3d19e02 100644
--- a/src/core/core.c
+++ b/src/core/core.c
@@ -812,3 +812,9 @@ meta_invalidate_default_icons (void)
g_slist_free (windows);
}
+void
+meta_retheme_all (void)
+{
+ if (meta_get_display ())
+ meta_display_retheme_all ();
+}