X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=cwmcc%2Froot_props.h;h=7690287b02cfc50ef8af000e564b9149fc439034;hb=7886b797a36f5a035a75a19424e0b3cf7825baf8;hp=ca43f1364620c99b6a623e50f3bc3aae38c2d060;hpb=7b03041409912d38cb9f98988449fb9be641f572;p=chaz%2Fopenbox diff --git a/cwmcc/root_props.h b/cwmcc/root_props.h index ca43f136..7690287b 100644 --- a/cwmcc/root_props.h +++ b/cwmcc/root_props.h @@ -4,11 +4,12 @@ #include #include -void cwmcc_root_get_supported(Window win, Atom **atoms); +void cwmcc_root_get_supported(Window win, Atom **atoms, gulong *num); -void cwmcc_root_get_client_list(Window win, Window **windows); +void cwmcc_root_get_client_list(Window win, Window **windows, gulong *num); -void cwmcc_root_get_client_list_stacking(Window win, Window **windows); +void cwmcc_root_get_client_list_stacking(Window win, Window **windows, + gulong *num); void cwmcc_root_get_number_of_desktops(Window win, gulong *desktops); @@ -22,7 +23,7 @@ void cwmcc_root_get_desktop_names(Window win, char ***names); void cwmcc_root_get_active_window(Window win, Window *window); -/*void cwmcc_root_get_workarea(Window win, Rect a)*/ +void cwmcc_root_get_workarea(Window win, int **x, int **y, int **w, int **h); void cwmcc_root_get_supporting_wm_check(Window win, Window *window);