From 949946a9b4054ebb46e2eca8bd7685dc9bb5765c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 12 Apr 2003 02:24:03 +0000 Subject: complete the root property get functions --- cwmcc/root_props.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cwmcc/root_props.h') 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); -- cgit v1.2.3