summaryrefslogtreecommitdiff
path: root/cwmcc/client_props.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-11 04:11:08 +0000
committerDana Jansens <danakj@orodu.net>2003-04-11 04:11:08 +0000
commit43f01ee9f081c8cb473c3358bbc02f758ab0014b (patch)
treea9f9912e08ffae6443781851df1d40e239c4ca6e /cwmcc/client_props.h
parentd976fc6bb1baebfb805c2f46e56306656fef5922 (diff)
add set functions for setting name/icon name
Diffstat (limited to 'cwmcc/client_props.h')
-rw-r--r--cwmcc/client_props.h2
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);