X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fx.h;fp=include%2Fx.h;h=8b7664f2616f6f52d47c4a694d756c70af9bd84c;hp=3e81bc3646f36225a8d4f24d3495b5efa9654b7f;hb=1847938d4eeba98260cc79ca45a11a134274c2ea;hpb=c54f5008395b10c046f380cc3069ff779e5d2877 diff --git a/include/x.h b/include/x.h index 3e81bc36..8b7664f2 100644 --- a/include/x.h +++ b/include/x.h @@ -49,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) *