X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=cwmcc%2Froot_props.h;h=7690287b02cfc50ef8af000e564b9149fc439034;hb=79a352a40bd16924b1ca3df49f6c82d77e956a0e;hp=13b06010b36273f4847f94286bf2699b53d267c7;hpb=949946a9b4054ebb46e2eca8bd7685dc9bb5765c;p=chaz%2Fopenbox diff --git a/cwmcc/root_props.h b/cwmcc/root_props.h index 13b06010..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);