]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Introduce "--add" for marking windows.
[i3/i3] / include / con.h
index df94c1ae30cb730bf2385e65c49de30cba8471bb..b448b8c2b7ad524ad8cad7e7c7effbc478c13d43 100644 (file)
@@ -158,13 +158,13 @@ bool con_has_mark(Con *con, const char *mark);
  * Otherwise, the mark is assigned to the container.
  *
  */
-void con_mark_toggle(Con *con, const char *mark);
+void con_mark_toggle(Con *con, const char *mark, mark_mode_t mode);
 
 /**
  * Assigns a mark to the container.
  *
  */
-void con_mark(Con *con, const char *mark);
+void con_mark(Con *con, const char *mark, mark_mode_t mode);
 
 /**
  * If mark is NULL, this removes all existing marks.