summaryrefslogtreecommitdiff
path: root/cwmcc/root_props.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-13 07:18:28 +0000
committerDana Jansens <danakj@orodu.net>2003-04-13 07:18:28 +0000
commit5cf61ee02354c1c9f80c11f3796afc4b948055d6 (patch)
tree5530ecca55e11cc74e57db07d750447c7107f8ed /cwmcc/root_props.h
parentfb1696659672386bcfc0f753b67f9eeda74e93b9 (diff)
move the openbox engine into librender and the kernel. the theme is loaded and stored inside librender. the frame is decorated and managed inside the kernel.
Diffstat (limited to 'cwmcc/root_props.h')
-rw-r--r--cwmcc/root_props.h7
1 files changed, 4 insertions, 3 deletions
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 <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);