summaryrefslogtreecommitdiffstats
path: root/test/theme-parser-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/theme-parser-test.c')
-rw-r--r--test/theme-parser-test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/theme-parser-test.c b/test/theme-parser-test.c
index 6629c83f..d135cb40 100644
--- a/test/theme-parser-test.c
+++ b/test/theme-parser-test.c
@@ -35,6 +35,7 @@
#include "xcb-internal.h"
#include "rofi.h"
#include "settings.h"
+#include "display.h"
#include "xcb.h"
#include "theme.h"
#include "css-colors.h"
@@ -70,6 +71,10 @@ int monitor_active ( G_GNUC_UNUSED workarea *mon )
return 0;
}
+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(). */