summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 00:39:11 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 00:39:11 +0200
commit9b58a9bc3117591480b200612dd637989f97dcb4 (patch)
treef6c2565cf261c076479d0818bc2321f9e63df568 /include/view.h
parent46dee2671dfa23635d885e855d36d46df63586b1 (diff)
xcb: Move more stuff to xcb.c
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/view.h b/include/view.h
index 6dd82230..e9a437c1 100644
--- a/include/view.h
+++ b/include/view.h
@@ -28,7 +28,6 @@
#ifndef ROFI_VIEW_H
#define ROFI_VIEW_H
#include "mode.h"
-#include "xkb.h"
/**
* @defgroup View View
@@ -99,7 +98,7 @@ unsigned int rofi_view_get_next_position ( const RofiViewState *state );
*
* Process an Xevent.
*/
-void rofi_view_itterrate ( RofiViewState *state, xcb_generic_event_t *event, xkb_stuff *xkb );
+void rofi_view_itterrate ( RofiViewState *state, xcb_generic_event_t *event, NkBindingsSeat *seat );
/**
* @param state the Menu handle
*