From ae200fd16435a7d17a578711e3e4165dce87f39f Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 3 Apr 2017 12:04:07 +0200 Subject: Fix checks compiling --- include/theme.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/theme.h') 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 -- cgit v1.2.3