summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mode-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mode-test.c b/test/mode-test.c
index 36f5822f..f066c0d1 100644
--- a/test/mode-test.c
+++ b/test/mode-test.c
@@ -69,7 +69,7 @@ RofiViewState * rofi_view_get_active ( void )
{
return NULL;
}
-gboolean rofi_view_trigger_action ( G_GNUC_UNUSED guint scope, G_GNUC_UNUSED gpointer user_data )
+gboolean rofi_view_trigger_action ( G_GNUC_UNUSED RofiViewState *state, G_GNUC_UNUSED BindingsScope scope, G_GNUC_UNUSED guint action )
{
return FALSE;
}