]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Allow multiple marks on windows.
[i3/i3] / include / con.h
index 16ea6cfabcd471f59534ea2704debff4b3cc7589..df94c1ae30cb730bf2385e65c49de30cba8471bb 100644 (file)
@@ -146,6 +146,12 @@ Con *con_by_frame_id(xcb_window_t frame);
  */
 Con *con_by_mark(const char *mark);
 
+/**
+ * Returns true if and only if the given containers holds the mark.
+ *
+ */
+bool con_has_mark(Con *con, const char *mark);
+
 /**
  * Toggles the mark on a container.
  * If the container already has this mark, the mark is removed.