summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-07-10 00:25:20 +0200
committerDave Davenport <qball@blame.services>2021-07-10 00:25:20 +0200
commit9f71c4f78db67d34c20b76211488ae2c971c829e (patch)
tree00387ed865a411e2d482a6cdfe19d1f479291c96 /include
parent0c3d24136d354f58a0ca84edb4dc7bc072dfbf7e (diff)
[Config] Load default config file in at startup
* load via resources doc/default_configuration.rasi * print the configuration options on dump-config
Diffstat (limited to 'include')
-rw-r--r--include/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/theme.h b/include/theme.h
index 94a7c1d7..bfd6c253 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -111,6 +111,7 @@ ThemeWidget *rofi_theme_find_or_create_name ( ThemeWidget *base, const char *nam
* Print out the widget to the commandline.
*/
void rofi_theme_print ( ThemeWidget *widget );
+void rofi_theme_print_index ( ThemeWidget *widget, int index );
/**
* @param type The type of the property to create.