[PATCH 6/8] scanner: Generate client stubs for wl_display requests
Pekka Paalanen
ppaalanen at gmail.com
Wed Oct 10 06:39:02 PDT 2012
On Tue, 9 Oct 2012 22:38:03 -0400
Kristian Høgsberg <krh at bitplanet.net> wrote:
> We used to special case this because of the untyped new-id argument in
> the bind request. Now that the scanner can handle that, we can
> remove the special case.
I think you could mention here, that wl_display_bind() now takes version
number as a new argument, to fix the problem with interface versioning
and backwards compatibility.
After these scanner patches, the documentation on wire format needs
updating for the new_id.
> ---
> src/scanner.c | 4 ----
> src/wayland-client.c | 31 -------------------------------
> src/wayland-client.h | 17 -----------------
> 3 files changed, 52 deletions(-)
I've diffed the generated wayland-{,server-,client-}protocol.[ch] files
before and after these two scanner patches, and found no other things
to mention.
Thanks,
pq
More information about the wayland-devel
mailing list