From fe7ca2079d97172980f0bc725f532019fc9b7eb5 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Fri, 19 Feb 2016 22:43:53 +0100 Subject: rofi: Convert to XCB events Signed-off-by: Quentin Glidic --- include/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/view.h') diff --git a/include/view.h b/include/view.h index f9763b83..d6a3aa19 100644 --- a/include/view.h +++ b/include/view.h @@ -47,7 +47,7 @@ void rofi_view_finalize ( RofiViewState *state ); MenuReturn rofi_view_get_return_value ( const RofiViewState *state ); unsigned int rofi_view_get_next_position ( const RofiViewState *state ); -void rofi_view_itterrate ( RofiViewState *state, XEvent *event ); +void rofi_view_itterrate ( RofiViewState *state, xcb_generic_event_t *event ); unsigned int rofi_view_get_completed ( const RofiViewState *state ); const char * rofi_view_get_user_input ( const RofiViewState *state ); -- cgit v1.2.3