X-Git-Url: http://pileus.org/git/?p=wmpus;a=blobdiff_plain;f=sys.h;fp=sys.h;h=fdf5356f8e6d12226c8f51b356f33d04ddb0dfbd;hp=d70c893dab6c2beefe471baefc8f436cbea7cd42;hb=caa90c89a09fe03c144922d44e3137e4c1fe5d8e;hpb=96b1b9eac408004c68b01194c0f5ad269c3434a5 diff --git a/sys.h b/sys.h index d70c893..fdf5356 100644 --- a/sys.h +++ b/sys.h @@ -61,6 +61,8 @@ void sys_focus(win_t *win); void sys_foreach(win_t *win); +list_t *sys_info(win_t *win); + win_t *sys_init(void); void sys_run(win_t *root);