summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-21 13:10:32 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-21 16:04:53 +0100
commite1f87a67b4352ad60b4fc0291a121515fe7f15d3 (patch)
tree75306214dba8f20590c2a8f8a8bb17400c21750d /include/view.h
parentfe7ca2079d97172980f0bc725f532019fc9b7eb5 (diff)
rofi: Migrate to libxkbcommon
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/view.h b/include/view.h
index d6a3aa19..79a2997b 100644
--- a/include/view.h
+++ b/include/view.h
@@ -1,6 +1,8 @@
#ifndef ROFI_VIEW_H
#define ROFI_VIEW_H
+#include "xkb.h"
+
/**
* @defgroup View View
*
@@ -47,7 +49,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, xcb_generic_event_t *event );
+void rofi_view_itterrate ( RofiViewState *state, xcb_generic_event_t *event, xkb_stuff *xkb );
unsigned int rofi_view_get_completed ( const RofiViewState *state );
const char * rofi_view_get_user_input ( const RofiViewState *state );