X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sys.h;h=60d705efaf03015d0816cf343dad466b1a33a4f6;hb=9c89736d5e2b165df80ae48670a74580e85513c4;hp=5dc237440d2edcee874c23068cbbe5a699b90011;hpb=186168fe43a21434c71c25b3a6cb203ff4355cdf;p=wmpus diff --git a/sys.h b/sys.h index 5dc2374..60d705e 100644 --- a/sys.h +++ b/sys.h @@ -47,16 +47,16 @@ void sys_unwatch(win_t *win, event_t event, mod_t mod); /* Return a list of windows representing the geometry of the * physical displays attached to the computer. */ -list_t *sys_info(win_t *root); +list_t *sys_info(void); /* First call, calls wm_insert for each existing window */ -win_t *sys_init(void); +void sys_init(void); /* Starts the main loop */ -void sys_run(win_t *root); +void sys_run(void); /* Exit main loop */ void sys_exit(void); /* Free all static data, for memory debugging */ -void sys_free(win_t *root); +void sys_free(void);