Fix warnings

This commit is contained in:
Kristian Høgsberg 2010-08-16 16:24:19 -04:00
parent b91cd10fcb
commit 77a4a79559
3 changed files with 40 additions and 54 deletions

View file

@ -112,6 +112,18 @@ struct wl_surface {
struct wl_client *client;
};
struct wl_shell {
struct wl_object base;
};
struct wl_input_device {
struct wl_object base;
};
struct wl_visual {
struct wl_object base;
};
void
wl_client_post_event(struct wl_client *client,
struct wl_object *sender,