Re: [PATCH 6/8] scanner: Generate client stubs for wl_display requests

2012-10-10 Thread Kristian Høgsberg
On Wed, Oct 10, 2012 at 04:39:02PM +0300, Pekka Paalanen wrote: > On Tue, 9 Oct 2012 22:38:03 -0400 > Kristian Høgsberg 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 c

Re: [PATCH 6/8] scanner: Generate client stubs for wl_display requests

2012-10-10 Thread Pekka Paalanen
On Tue, 9 Oct 2012 22:38:03 -0400 Kristian Høgsberg 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 versi

[PATCH 6/8] scanner: Generate client stubs for wl_display requests

2012-10-09 Thread Kristian Høgsberg
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. --- src/scanner.c|4 src/wayland-client.c | 31 --- src/wayland-client.h | 17 ---