summaryrefslogtreecommitdiffstats
path: root/source/keyb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/keyb.c')
-rw-r--r--source/keyb.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/keyb.c b/source/keyb.c
index 26837c05..a5a7ceb0 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -28,8 +28,6 @@
#include <config.h>
#include <string.h>
#include "rofi.h"
-#include "xkb.h"
-#include "xkb-internal.h"
#include "nkutils-bindings.h"
#include "xrmoptions.h"
@@ -140,7 +138,7 @@ void setup_abe ( void )
}
}
-static gboolean binding_trigger_action ( guint scope, gpointer user_data )
+static gboolean binding_trigger_action ( guint64 scope, gpointer user_data )
{
return rofi_view_trigger_action ( rofi_view_get_active (), scope, GPOINTER_TO_UINT ( user_data ) );
}