summaryrefslogtreecommitdiff
path: root/cwmcc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-11 15:46:33 +0000
committerDana Jansens <danakj@orodu.net>2003-04-11 15:46:33 +0000
commit3342e14239e2f6f2d7beab506bfa6dd25edbeba1 (patch)
treec14d6ac142f968d04622116048da400275666515 /cwmcc
parent0e4e4526b65583fa8cec3ed6a4195164deaaac5e (diff)
name set_icon_name correctly
Diffstat (limited to 'cwmcc')
-rw-r--r--cwmcc/client_props.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cwmcc/client_props.c b/cwmcc/client_props.c
index dc0f4fa4..e0b39419 100644
--- a/cwmcc/client_props.c
+++ b/cwmcc/client_props.c
@@ -72,7 +72,7 @@ void cwmcc_client_get_icon_name(Window win, char **name)
}
}
-void cwmcc_client_icon_set_name(Window win, char *name)
+void cwmcc_client_set_icon_name(Window win, char *name)
{
XChangeProperty(cwmcc_display, win, CWMCC_ATOM(client, net_wm_icon_name),
CWMCC_ATOM(type, utf8), 32, PropModeReplace,