summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-02 16:46:28 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-02 16:46:28 +0200
commit1d622aa59c7e80cdfa71c24331dc2255b66960f4 (patch)
tree1427105e0ee05fa41a8b2c811835637750f5ce18 /source/theme.c
parent3e4622807425d9ca9964591a9c7c5b8e0fdd7c18 (diff)
Change ThemeHighlight to RofiHighlightColorStyle
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/theme.c b/source/theme.c
index 6d620faa..f4f41003 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -626,7 +626,7 @@ GList *rofi_theme_get_list ( const widget *widget, const char * property, const
return NULL;
}
-ThemeHighlight rofi_theme_get_highlight ( widget *widget, const char *property, ThemeHighlight th )
+RofiHighlightColorStyle rofi_theme_get_highlight ( widget *widget, const char *property, RofiHighlightColorStyle th )
{
ThemeWidget *wid = rofi_theme_find_widget ( widget->name, widget->state, FALSE );
Property *p = rofi_theme_find_property ( wid, P_HIGHLIGHT, property, FALSE );