summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-20 20:57:26 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-20 20:57:26 +0100
commit984257fffc0b31ec41e5c72219a396183d3358ab (patch)
tree7e3c18ee511871795e172b4e4e47ee34fb4c2d54 /include/rofi.h
parent4b7a29a26f5e31765dad766baaeb4c172adb564d (diff)
Very dirty first attempt at glib mainloop in switcher (not yet dmenu.)
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 95fd06c6..69763325 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -93,5 +93,6 @@ const char * menu_state_get_user_input ( const MenuState *state );
void menu_state_free ( MenuState *state );
void menu_state_restart ( MenuState *state );
void menu_state_set_selected_line ( MenuState *state, unsigned int selected_line );
+void menu_state_queue_redraw ( void );
/*@}*/
#endif