X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=wm.h;h=852b62f8cba467aa5a8b6be957f0291054c3bd2a;hb=a2aa4801568d1c37ae75600a46dec3ec9863572e;hp=f1fdb2e40555954682893751db40c4daf43f5071;hpb=a6f2be4a52a3dd478c0640714c5be9c5cf87c64e;p=wmpus diff --git a/wm.h b/wm.h index f1fdb2e..852b62f 100644 --- a/wm.h +++ b/wm.h @@ -41,3 +41,6 @@ void wm_remove(win_t *win); /* First call, sets up key bindings, etc */ void wm_init(win_t *root); + +/* First call, sets up key bindings, etc */ +void wm_free(win_t *root);