summaryrefslogtreecommitdiffstats
path: root/include/helper-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/helper-theme.h
parent3e4622807425d9ca9964591a9c7c5b8e0fdd7c18 (diff)
Change ThemeHighlight to RofiHighlightColorStyle
Diffstat (limited to 'include/helper-theme.h')
-rw-r--r--include/helper-theme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/helper-theme.h b/include/helper-theme.h
index 472ca1b0..b2ed659b 100644
--- a/include/helper-theme.h
+++ b/include/helper-theme.h
@@ -34,7 +34,7 @@
* @{
*/
/**
- * @param th The ThemeHighlight
+ * @param th The RofiHighlightColorStyle
* @param tokens Array of regexes used for matching
* @param input The input string to find the matches on
* @param retv The Attribute list to update with matches
@@ -43,7 +43,7 @@
*
* @returns the updated retv list.
*/
-PangoAttrList *helper_token_match_get_pango_attr ( ThemeHighlight th, GRegex **tokens, const char *input, PangoAttrList *retv );
+PangoAttrList *helper_token_match_get_pango_attr ( RofiHighlightColorStyle th, GRegex **tokens, const char *input, PangoAttrList *retv );
/**
* @param pfd Pango font description to validate.