]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Dont include dock clients in ewmh lists
[i3/i3] / include / con.h
index 0205dfc6ea037936161444931ee33177667111db..b8fd60adc06865bda11e38f276bad15c1f603bb3 100644 (file)
@@ -37,6 +37,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.
  *