diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-12 02:24:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-12 02:24:03 +0000 |
| commit | 949946a9b4054ebb46e2eca8bd7685dc9bb5765c (patch) | |
| tree | c00aaa60a56fb57c1fa287ea7f1d922a4eadd235 /cwmcc/root_props.h | |
| parent | 7b03041409912d38cb9f98988449fb9be641f572 (diff) | |
complete the root property get functions
Diffstat (limited to 'cwmcc/root_props.h')
| -rw-r--r-- | cwmcc/root_props.h | 2 |
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); |
