summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/theme.c b/source/theme.c
index b929a9ea..c09f9c52 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -290,6 +290,14 @@ void rofi_theme_print ( ThemeWidget *widget )
}
}
+void rofi_dump_config ( ThemeWidget *widget )
+{
+ config_parse_dump_config ( );
+ if ( widget != NULL ) {
+ rofi_theme_print_index ( widget );
+ }
+}
+
/**
* Main lex parser.
*/