about summary refs log tree commit diff
path: root/group.c
diff options
context:
space:
mode:
authorokan <okan>2013-10-07 13:40:26 +0000
committerokan <okan>2013-10-07 13:40:26 +0000
commitf3477539bbaec1e15342c4aeba9e0f7ccbfa7fe3 (patch)
treec25ba5ba8b4178270ba4e50a727eff96e4052398 /group.c
parent0dec9e849d3ed5dc19882ca4184d01cff5843779 (diff)
parentbfd3f5e5e1728cacf0046e7d8e724e10b7380e7b (diff)
downloadcwm-f3477539bbaec1e15342c4aeba9e0f7ccbfa7fe3.tar.gz
cwm-f3477539bbaec1e15342c4aeba9e0f7ccbfa7fe3.tar.xz
cwm-f3477539bbaec1e15342c4aeba9e0f7ccbfa7fe3.zip
cvsimport
Diffstat (limited to 'group.c')
-rw-r--r--group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/group.c b/group.c
index 40faaf2..d59704d 100644
--- a/group.c
+++ b/group.c
@@ -419,7 +419,7 @@ group_update_names(struct screen_ctx *sc)
 	int		 i = 0, j = 0, nstrings = 0, n = 0, setnames = 0;
 
 	if ((j = xu_getprop(sc->rootwin, ewmh[_NET_DESKTOP_NAMES],
-	    cwmh[UTF8_STRING], 0xffffff, (u_char **)&prop_ret)) > 0) {
+	    cwmh[UTF8_STRING], 0xffffff, (unsigned char **)&prop_ret)) > 0) {
 		prop_ret[j - 1] = '\0'; /* paranoia */
 		while (i < j) {
 			if (prop_ret[i++] == '\0')