From adfc83f07d17b6eed67a3e37ca3ced75bb6ec96d Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 6 Feb 2016 14:27:36 +0100 Subject: Restructuring, my biggest joy. --- include/rofi.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'include/rofi.h') diff --git a/include/rofi.h b/include/rofi.h index d6bab116..46b674bb 100644 --- a/include/rofi.h +++ b/include/rofi.h @@ -83,17 +83,6 @@ int show_error_message ( const char *msg, int markup ); " * The version of rofi you are running\n\n" \ " https://github.com/DaveDavenport/rofi/" #define ERROR_MSG_MARKUP TRUE - -MenuReturn rofi_view_get_return_value ( const RofiViewState *state ); -unsigned int rofi_view_get_selected_line ( const RofiViewState *state ); -unsigned int rofi_view_get_next_position ( const RofiViewState *state ); -void rofi_view_itterrate ( RofiViewState *state, XEvent *event ); -unsigned int rofi_view_get_completed ( const RofiViewState *state ); -const char * rofi_view_get_user_input ( const RofiViewState *state ); -void rofi_view_free ( RofiViewState *state ); -void rofi_view_restart ( RofiViewState *state ); -void rofi_view_set_selected_line ( RofiViewState *state, unsigned int selected_line ); -void rofi_view_queue_redraw ( void ); -void rofi_view_set_active ( RofiViewState *state ); +int locate_switcher ( KeySym key, unsigned int modstate ); /*@}*/ #endif -- cgit v1.2.3