]> git.sur5r.net Git - i3/i3/blobdiff - include/x.h
Merge branch 'next' into master
[i3/i3] / include / x.h
index 3e81bc3646f36225a8d4f24d3495b5efa9654b7f..8b7664f2616f6f52d47c4a694d756c70af9bd84c 100644 (file)
@@ -49,6 +49,12 @@ void x_reinit(Con *con);
  */
 void x_con_kill(Con *con);
 
  */
 void x_con_kill(Con *con);
 
+/*
+ * Completely reinitializes the container's frame, without destroying the old window.
+ *
+ */
+void x_con_reframe(Con *con);
+
 /**
  * Returns true if the client supports the given protocol atom (like WM_DELETE_WINDOW)
  *
 /**
  * Returns true if the client supports the given protocol atom (like WM_DELETE_WINDOW)
  *