]> git.sur5r.net Git - i3/i3/blobdiff - include/startup.h
Merge branch 'master' into next
[i3/i3] / include / startup.h
index 9d110c6d09e319303e29485312ccc11a0f340bf8..290c8d21cf4f72db53d72dc7650fa5c0ea6c1414 100644 (file)
  * The shell is determined by looking for the SHELL environment variable. If
  * it does not exist, /bin/sh is used.
  *
+ * The no_startup_id flag determines whether a startup notification context
+ * (and ID) should be created, which is the default and encouraged behavior.
+ *
  */
-void start_application(const char *command);
+void start_application(const char *command, bool no_startup_id);
 
 /**
  * Called by libstartup-notification when something happens