summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-26 08:37:40 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-26 08:38:07 +0100
commiteab4e1438f173e7a1052a0fd81163d8ea79fe1e5 (patch)
tree288a6d0d1eaa211a1cdca5fbbb67a45f68510e9b /include
parent3da03c068de975ae44a3c02f932175f8cc95fd8d (diff)
Make dmenu use glib mainloop.
Diffstat (limited to 'include')
-rw-r--r--include/rofi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 69763325..60699674 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -94,5 +94,6 @@ 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 );
+void menu_state_set_active ( MenuState *state );
/*@}*/
#endif