From d976fc6bb1baebfb805c2f46e56306656fef5922 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 11 Apr 2003 03:35:14 +0000 Subject: add set functions for all the client props that need em --- cwmcc/client_props.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cwmcc/client_props.h') diff --git a/cwmcc/client_props.h b/cwmcc/client_props.h index d73344b4..3f0153f7 100644 --- a/cwmcc/client_props.h +++ b/cwmcc/client_props.h @@ -3,7 +3,8 @@ void cwmcc_client_get_protocols(Window win, Atom **protocols); -int cwmcc_client_get_wm_state(Window win); +void cwmcc_client_get_wm_state(Window win, gulong *state); +void cwmcc_client_set_wm_state(Window win, gulong state); void cwmcc_client_get_name(Window win, char **name); @@ -55,10 +56,13 @@ struct Cwmcc_MwmHints { void cwmcc_client_get_mwmhints(Window win, struct Cwmcc_MwmHints *hints); void cwmcc_client_get_desktop(Window win, gulong *desk); +void cwmcc_client_set_desktop(Window win, gulong desk); void cwmcc_client_get_type(Window win, gulong **types); +void cwmcc_client_set_type(Window win, gulong *types); void cwmcc_client_get_state(Window win, gulong **states); +void cwmcc_client_set_state(Window win, gulong *states); void cwmcc_client_get_strut(Window win, int *l, int *t, int *r, int *b); -- cgit v1.2.3