summaryrefslogtreecommitdiffstats
path: root/include/theme.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-03 12:04:07 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-03 12:04:07 +0200
commitae200fd16435a7d17a578711e3e4165dce87f39f (patch)
treefb2d917737616314167b7e58089e2b3e1925a61c /include/theme.h
parent69f90203a092487b5af828bf0b2bbf244e3e017e (diff)
Fix checks compiling
Diffstat (limited to 'include/theme.h')
-rw-r--r--include/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/theme.h b/include/theme.h
index 87a63cad..b55c4d0a 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -410,8 +410,10 @@ Property *rofi_theme_find_property ( ThemeWidget *widget, PropertyType type, con
*/
gboolean rofi_theme_is_empty ( void );
+#ifdef THEME_CONVERTER
/**
* Convert old theme colors into default one.
*/
void rofi_theme_convert_old ( void );
#endif
+#endif