summaryrefslogtreecommitdiffstats
path: root/include/theme.h
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 /include/theme.h
parent3e4622807425d9ca9964591a9c7c5b8e0fdd7c18 (diff)
Change ThemeHighlight to RofiHighlightColorStyle
Diffstat (limited to 'include/theme.h')
-rw-r--r--include/theme.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/theme.h b/include/theme.h
index ceed0ec3..5afa982d 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -159,7 +159,7 @@ typedef struct
RofiHighlightStyle style;
/** Color */
ThemeColor color;
-} ThemeHighlight;
+} RofiHighlightColorStyle;
typedef union {
/** integer */
@@ -183,7 +183,7 @@ typedef union {
struct Property *ref;
} link;
/** Highlight Style */
- ThemeHighlight highlight;
+ RofiHighlightColorStyle highlight;
/** List */
GList *list;
} PropertyValue;
@@ -418,7 +418,7 @@ RofiPadding rofi_theme_get_padding ( const widget *widget, const char *property,
*
* @returns The highlight of this property for this widget.
*/
-ThemeHighlight rofi_theme_get_highlight ( widget *widget, const char *property, ThemeHighlight th );
+RofiHighlightColorStyle rofi_theme_get_highlight ( widget *widget, const char *property, RofiHighlightColorStyle th );
/**
* @param d The distance handle.