summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-03-30 20:12:22 +0200
committerQC <qball@gmpclient.org>2015-03-30 20:12:22 +0200
commit9ff5a615e9add14fae966d229bf468ec1a339da0 (patch)
tree4bc1acff05f19f7f4952a63f8355d13c97b99730 /include/rofi.h
parent55160c6eff8cc91a93da83be62fc8766cd1a388b (diff)
Add combi viewer.
Use by adding combi to the list of enabled modi.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rofi.h b/include/rofi.h
index ad8190dd..1cb1947d 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -72,7 +72,7 @@ typedef enum
*
* @returns 1 when it matches, 0 if not.
*/
-typedef int ( *menu_match_cb )( char **tokens, const char *input, int case_sensitive, int index, Switcher *data );
+typedef int ( *menu_match_cb )( char **tokens, const char *input, int case_sensitive, unsigned int index, Switcher *data );
/**
* @param lines An array of strings to display.