summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-10 18:02:23 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-10 18:02:23 +0200
commitc8a6b266079ff25bfb979641e1a1101ca5a32258 (patch)
treeb32ca599809cb766579a316f66b4bdbfb570e582 /include/helper.h
parent09437e3f0e22a0819cd841635f572dab88e644ad (diff)
First try at highlighting match (regex only)
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/helper.h b/include/helper.h
index de6f1097..93bbc022 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -2,6 +2,7 @@
#define ROFI_HELPER_H
#include "rofi.h"
+#include <pango/pango.h>
/**
* @defgroup HELPERS Helpers
*/
@@ -171,5 +172,6 @@ unsigned int levenshtein ( const char *needle, const char *haystack );
*/
char * rofi_force_utf8 ( gchar *data );
char * rofi_latin_to_utf8_strdup ( const char *input, gssize length );
+PangoAttrList *regex_token_match_get_pango_attr ( char **tokens, const char *input, PangoAttrList *retv );
/*@}*/
#endif // ROFI_HELPER_H