Fix warnings, update DEPENDS, update Makefile for NetBSD

This commit is contained in:
Michael Stapelberg
2009-03-08 17:30:17 +01:00
parent b51604bde6
commit f85990b27a
5 changed files with 5 additions and 4 deletions

View File

@ -34,7 +34,7 @@ void *scalloc(size_t size);
char *sstrdup(const char *str);
void start_application(const char *command);
void check_error(xcb_connection_t *conn, xcb_void_cookie_t cookie, char *err_message);
char *convert_utf8_to_ucs2(char *input, int *real_strlen);
char *convert_utf8_to_ucs2(const char *input, int *real_strlen);
void remove_client_from_container(xcb_connection_t *conn, Client *client, Container *container);
void set_focus(xcb_connection_t *conn, Client *client);
void leave_stack_mode(xcb_connection_t *conn, Container *container);