]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Make workspace_layout handle all cons at workspace level, not only the first one...
[i3/i3] / include / con.h
index 1dd65a6eadcedce5ae52bb3bce10314943c21781..37bca3bb07a1056bfde43c4c825b7aac55e3c600 100644 (file)
@@ -7,7 +7,7 @@
  * X11 IDs using x_con_init().
  *
  */
-Con *con_new(Con *parent);
+Con *con_new(Con *parent, i3Window *window);
 
 /**
  * Sets input focus to the given container. Will be updated in X11 in the next