]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
added function 'con_by_mark' to look up a con holding the given mark
[i3/i3] / include / con.h
index b025adab16e0349eef40fca2e5972d033bef57c0..c760643dad98f4d3a00f9d57007ee8344ca91f7b 100644 (file)
@@ -126,6 +126,13 @@ Con *con_by_window_id(xcb_window_t window);
  */
 Con *con_by_frame_id(xcb_window_t frame);
 
+/**
+ * Returns the container with the given mark or NULL if no such container
+ * exists.
+ *
+ */
+Con *con_by_mark(const char *mark);
+
 /**
  * Returns the first container below 'con' which wants to swallow this window
  * TODO: priority