aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2012-11-08 20:18:19 +0000
committerokan2012-11-08 20:18:19 +0000
commitc45deb01bb9c302dd190da1cc4e2f4710f9b59fa (patch)
tree0f2f4a6c78ca6de5545eb32b310d9c863b0b5fc9 /calmwm.h
parentd601f33ea9f677f4577fb61b4ec4861b6cdb0589 (diff)
downloadcwm-c45deb01bb9c302dd190da1cc4e2f4710f9b59fa.tar.gz
fix some warnings; inspired by a diff from Thordur Bjornsson.
Diffstat (limited to '')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 9370f57..64d8168 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.158 2012/11/07 20:34:39 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.159 2012/11/08 20:18:19 okan Exp $
*/
#ifndef _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 *);