fix some warnings; inspired by a diff from Thordur Bjornsson.

This commit is contained in:
okan
2012-11-08 20:18:19 +00:00
parent c9c0a5fdbb
commit 04d4ed7b7e
3 changed files with 8 additions and 7 deletions

View File

@@ -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 *);