summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-02 14:54:21 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-02 14:54:21 +0200
commit51d34b662e95399ca23caededa9f61f7a7e1dca3 (patch)
treea5ca20235b4f0feb93ef071df2db8018d46b8f83 /test/helper-test.c
parent6fefbbf8ab47b87fc4cb4a70f82c7bcc0b91587b (diff)
helper: Add API to support startup notification
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 6a3cf2de..1ba581c8 100644
--- a/test/helper-test.c
+++ b/test/helper-test.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"
@@ -75,6 +76,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 );