]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Allow to validate the config file without X.
[i3/i3] / include / con.h
index 0205dfc6ea037936161444931ee33177667111db..184bc918c3b415ae75b9304644d4ec1c8280d0db 100644 (file)
@@ -18,7 +18,6 @@
  */
 Con *con_new_skeleton(Con *parent, i3Window *window);
 
-
 /* A wrapper for con_new_skeleton, to retain the old con_new behaviour
  *
  */
@@ -37,6 +36,12 @@ void con_focus(Con *con);
  */
 bool con_is_leaf(Con *con);
 
+/**
+ * Returns true when this con is a leaf node with a managed X11 window (e.g.,
+ * excluding dock containers)
+ */
+bool con_has_managed_window(Con *con);
+
 /*
  * Returns true if a container should be considered split.
  *