]> git.sur5r.net Git - i3/i3/blobdiff - include/commands_parser.h
Merge branch 'master' into next
[i3/i3] / include / commands_parser.h
index fcc14ff58881f3ffbfb1096d9ff7b02afa673061..37c4d4b1705459da0894d8ef2f0c4e0390dd9d2e 100644 (file)
@@ -25,13 +25,13 @@ struct CommandResult {
     /* The JSON generator to append a reply to. */
     yajl_gen json_gen;
 
-    /* Whether the command requires calling tree_render. */
-    bool needs_tree_render;
-
     /* The next state to transition to. Passed to the function so that we can
      * determine the next state as a result of a function call, like
      * cfg_criteria_pop_state() does. */
     int next_state;
+
+    /* Whether the command requires calling tree_render. */
+    bool needs_tree_render;
 };
 
 struct CommandResult *parse_command(const char *input);