]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Replace duplicate "__" workspace prefix checks with a single function.
[i3/i3] / include / con.h
index 7bd5b08720aa561bf14dd73fa14153194e4c0c9b..b462437337fd2bbde7a2692913ef345a52fb5511 100644 (file)
@@ -66,6 +66,12 @@ Con *con_parent_with_orientation(Con *con, orientation_t orientation);
  */
 Con *con_get_fullscreen_con(Con *con, int fullscreen_mode);
 
+/**
+ * Returns true if the container is internal, such as __i3_scratch
+ *
+ */
+bool con_is_internal(Con *con);
+
 /**
  * Returns true if the node is floating.
  *