summaryrefslogtreecommitdiffstats
path: root/test/helper-expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper-expand.c')
-rw-r--r--test/helper-expand.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/helper-expand.c b/test/helper-expand.c
index 09760feb..628ffc7e 100644
--- a/test/helper-expand.c
+++ b/test/helper-expand.c
@@ -32,6 +32,7 @@
#include <helper.h>
#include <string.h>
#include <xcb/xcb_ewmh.h>
+#include "display.h"
#include "xcb.h"
#include "xcb-internal.h"
#include "rofi.h"
@@ -66,6 +67,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 )
+{
+}
+
int main ( int argc, char ** argv )
{
cmd_set_arguments ( argc, argv );