summaryrefslogtreecommitdiffstats
path: root/test/mode-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mode-test.c')
-rw-r--r--test/mode-test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mode-test.c b/test/mode-test.c
index 25f51cb1..00720d95 100644
--- a/test/mode-test.c
+++ b/test/mode-test.c
@@ -38,6 +38,7 @@
#include <dialogs/help-keys.h>
#include <xkbcommon/xkbcommon.h>
#include "rofi.h"
+#include "display.h"
#include "xcb.h"
#include <keyb.h>
#include <helper.h>
@@ -73,6 +74,11 @@ gboolean rofi_view_trigger_action ( G_GNUC_UNUSED RofiViewState *state, G_GNUC_U
{
return FALSE;
}
+
+void display_startup_notification ( G_GNUC_UNUSED RofiHelperExecuteContext *context, G_GNUC_UNUSED GSpawnChildSetupFunc *child_setup, G_GNUC_UNUSED gpointer *user_data )
+{
+}
+
#ifndef _ck_assert_ptr_null
/* Pointer against NULL comparison macros with improved output
* compared to ck_assert(). */