]> git.sur5r.net Git - i3/i3/blobdiff - include/x.h
resolve_tilde: strncpy + strlen is pointless (#3436)
[i3/i3] / include / x.h
index 39e0eb2f68e97725df869ad3cf35376bac63ffd7..8b7664f2616f6f52d47c4a694d756c70af9bd84c 100644 (file)
@@ -10,6 +10,8 @@
  */
 #pragma once
 
+#include <config.h>
+
 /** Stores the X11 window ID of the currently focused window */
 extern xcb_window_t focused_id;
 
@@ -47,6 +49,12 @@ void x_reinit(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)
  *