X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sys.h;h=e55b0a36e25e9b95222641135068a1b3a8db4032;hb=52b06a9790e02381d11d9811c331ebf1121a2396;hp=d2001225a1baee26218ec6ccb4a33b8948ae1c8c;hpb=a6f2be4a52a3dd478c0640714c5be9c5cf87c64e;p=wmpus diff --git a/sys.h b/sys.h index d200122..e55b0a3 100644 --- a/sys.h +++ b/sys.h @@ -119,3 +119,9 @@ win_t *sys_init(void); /* Starts the main loop */ void sys_run(win_t *root); + +/* Exit main loop */ +void sys_exit(void); + +/* Free all static data, for memory debugging */ +void sys_free(win_t *root);