X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fwindow.h;h=77e3f48f2b0caca04c08a1ecae328b88256c76f9;hb=5720ba65ab073fff40cdf89f598d560e40741967;hp=7a248277abd09cf92fa564998f07602544d066f9;hpb=2bde6f080ecd5d0e2dccb20a1936a5d40af7ff84;p=i3%2Fi3 diff --git a/include/window.h b/include/window.h index 7a248277..77e3f48f 100644 --- a/include/window.h +++ b/include/window.h @@ -9,6 +9,14 @@ */ #pragma once +#include + +/** + * Frees an i3Window and all its members. + * + */ +void window_free(i3Window *win); + /** * Updates the WM_CLASS (consisting of the class and instance) for the * given window.