summaryrefslogtreecommitdiffstats
path: root/include/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/display.h')
-rw-r--r--include/display.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/display.h b/include/display.h
index b0feb8c7..a6977808 100644
--- a/include/display.h
+++ b/include/display.h
@@ -29,6 +29,7 @@
#define ROFI_DISPLAY_H
#include <glib.h>
+#include "helper.h"
#include "nkutils-bindings.h"
/**
@@ -63,4 +64,13 @@ void display_cleanup(void);
*/
void display_dump_monitor_layout ( void );
+/**
+ * @param context The startup notification context for the application to launch
+ * @param child_setup A pointer to return the child setup function
+ * @param user_data A pointer to return the child setup function user_data
+ *
+ * Provides the needed child setup function
+ */
+void display_startup_notification ( RofiHelperExecuteContext *context, GSpawnChildSetupFunc *child_setup, gpointer *user_data );
+
#endif