> +++ b/src/wayland-private.h
> @@ -74,15 +74,9 @@ int wl_connection_write(struct wl_connection *connection, 
> const void *data, size
>  int wl_connection_queue(struct wl_connection *connection,
>                         const void *data, size_t count);
>
> -union wl_argument {
> -       int32_t i;
> -       uint32_t u;
> -       wl_fixed_t f;
> -       const char *s;
> -       struct wl_object *o;
> -       uint32_t n;
> -       struct wl_array *a;
> -       int32_t h;
> +struct wl_dispatcher {

Care to document why n is different from u and h from i?

at first glance I can't see what they are for.

Dave.
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to