summaryrefslogtreecommitdiff
path: root/cwmcc/root_props.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-12 02:24:03 +0000
committerDana Jansens <danakj@orodu.net>2003-04-12 02:24:03 +0000
commit949946a9b4054ebb46e2eca8bd7685dc9bb5765c (patch)
treec00aaa60a56fb57c1fa287ea7f1d922a4eadd235 /cwmcc/root_props.h
parent7b03041409912d38cb9f98988449fb9be641f572 (diff)
complete the root property get functions
Diffstat (limited to 'cwmcc/root_props.h')
-rw-r--r--cwmcc/root_props.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cwmcc/root_props.h b/cwmcc/root_props.h
index ca43f136..13b06010 100644
--- a/cwmcc/root_props.h
+++ b/cwmcc/root_props.h
@@ -22,7 +22,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);