X-Git-Url: http://pileus.org/git/?p=wmpus;a=blobdiff_plain;f=sys.h;h=c08b595d62956e9cef261531a8b5e9e70100a82f;hp=d2001225a1baee26218ec6ccb4a33b8948ae1c8c;hb=43cb9b7de22dac5864d73321ec974bb937a217ff;hpb=776ac6910ee9db701c1cfe2ab234ae5fb96ce9db diff --git a/sys.h b/sys.h index d200122..c08b595 100644 --- a/sys.h +++ b/sys.h @@ -119,3 +119,6 @@ win_t *sys_init(void); /* Starts the main loop */ void sys_run(win_t *root); + +/* Exit main loop */ +void sys_exit(void);