Add wl_client_marshal() for sending events.

This commit is contained in:
Kristian Høgsberg 2008-11-28 19:12:45 -05:00
parent 4a29890da7
commit c2b633e6c2
2 changed files with 89 additions and 38 deletions

View file

@ -58,6 +58,8 @@ struct wl_method {
struct wl_event {
const char *name;
int argument_count;
const struct wl_argument *arguments;
};
struct wl_interface {