about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2012-11-08 20:18:19 +0000
committerokan <okan>2012-11-08 20:18:19 +0000
commit04d4ed7b7e1f71d72e326429dc816988892be7eb (patch)
treea0bcae213aead87341f7efae116532e34ce33207 /calmwm.h
parentc9c0a5fdbb8ce451b9706fc33999a1667b60cd6f (diff)
downloadcwm-04d4ed7b7e1f71d72e326429dc816988892be7eb.tar.gz
cwm-04d4ed7b7e1f71d72e326429dc816988892be7eb.tar.xz
cwm-04d4ed7b7e1f71d72e326429dc816988892be7eb.zip
fix some warnings; inspired by a diff from Thordur Bjornsson.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 4bc97f4..8c06db4 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -481,7 +481,7 @@ void			 xu_ewmh_net_wm_number_of_desktops(struct screen_ctx *);
 void			 xu_ewmh_net_showing_desktop(struct screen_ctx *);
 void			 xu_ewmh_net_virtual_roots(struct screen_ctx *);
 void			 xu_ewmh_net_current_desktop(struct screen_ctx *, long);
-void			 xu_ewmh_net_desktop_names(struct screen_ctx *, unsigned char *, int);
+void			 xu_ewmh_net_desktop_names(struct screen_ctx *, char *, int);
 
 void			 xu_ewmh_net_wm_desktop(struct client_ctx *);