]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Fix prototype in include/xcursor.h (Thanks Greg Kroah-Hartman)
[i3/i3] / include / data.h
index cd58ec26b55d2967dcccd6b360559c745fa1a06f..740278aecd12eb4bae72c0848d5ec25c474bf28d 100644 (file)
@@ -218,6 +218,9 @@ struct Binding {
 struct Autostart {
     /** Command, like in command mode */
     char *command;
+    /** no_startup_id flag for start_application(). Determines whether a
+     * startup notification context/ID should be created. */
+    bool no_startup_id;
     TAILQ_ENTRY(Autostart) autostarts;
     TAILQ_ENTRY(Autostart) autostarts_always;
 };