]> Dogcows Code - chaz/openbox/blobdiff - cwmcc/root_props.h
move the openbox engine into librender and the kernel. the theme is loaded and stored...
[chaz/openbox] / cwmcc / root_props.h
index ca43f1364620c99b6a623e50f3bc3aae38c2d060..7690287b02cfc50ef8af000e564b9149fc439034 100644 (file)
@@ -4,11 +4,12 @@
 #include <X11/Xlib.h>
 #include <glib.h>
 
-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);
 
This page took 0.022234 seconds and 4 git commands to generate.