]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Merge pull request #2134 from Airblader/bug-1761
[i3/i3] / include / data.h
index 636092d24aae4d024d12bc6d49fbfc3db482a5ae..9ccc2c2e4075b45ff177e9c93a1d742a24141c7f 100644 (file)
@@ -62,7 +62,7 @@ typedef enum { BS_NORMAL = 0,
                BS_NONE = 1,
                BS_PIXEL = 2 } border_style_t;
 
-/** parameter to specify whether tree_close() and x_window_kill() should kill
+/** parameter to specify whether tree_close_internal() and x_window_kill() should kill
  * only this specific window or the whole X11 client */
 typedef enum { DONT_KILL_WINDOW = 0,
                KILL_WINDOW = 1,
@@ -436,6 +436,9 @@ struct Window {
  *
  */
 struct Match {
+    /* Set if a criterion was specified incorrectly. */
+    char *error;
+
     struct regex *title;
     struct regex *application;
     struct regex *class;