diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-11 04:11:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-11 04:11:08 +0000 |
| commit | 43f01ee9f081c8cb473c3358bbc02f758ab0014b (patch) | |
| tree | a9f9912e08ffae6443781851df1d40e239c4ca6e /cwmcc/client_props.h | |
| parent | d976fc6bb1baebfb805c2f46e56306656fef5922 (diff) | |
add set functions for setting name/icon name
Diffstat (limited to 'cwmcc/client_props.h')
| -rw-r--r-- | cwmcc/client_props.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cwmcc/client_props.h b/cwmcc/client_props.h index 3f0153f7..e88b214a 100644 --- a/cwmcc/client_props.h +++ b/cwmcc/client_props.h @@ -7,8 +7,10 @@ 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); +void cwmcc_client_set_name(Window win, char *name); void cwmcc_client_get_icon_name(Window win, char **name); +void cwmcc_client_set_icon_name(Window win, char *name); void cwmcc_client_get_class(Window win, char **class, char **name); |
