[waffle] [PATCH] wayland: add support for wl_proxy_marshal_constructor_versioned

2016-04-14 Thread Dylan Baker
This fixes waffle to build against wayland 1.10. Thanks to Jason Eckstrand for help getting this working. Fixes #38 cc: Chad Versace cc: Mark Janes Signed-off-by: Dylan Baker ---

Re: [waffle] [PATCH] wayland: add support for wl_proxy_marshal_constructor_versioned

2016-04-14 Thread Emil Velikov
On 14 April 2016 at 19:12, Dylan Baker wrote: > This fixes waffle to build against wayland 1.10. > > Thanks to Jason Eckstrand for help getting this working. > I can never get names right, although this one seems off - s/Eckstrand/Ekstrand/ ;-) > Fixes #38 > > cc: Chad

Re: [waffle] [PATCH] wayland: Wrap wl_proxy_marshal_constructor_versioned v2

2016-04-14 Thread Michel Dänzer
On 15.04.2016 11:14, Michel Dänzer wrote: > On 14.04.2016 22:16, Emil Velikov wrote: >> On 14 April 2016 at 09:23, Michel Dänzer wrote: >>> From: Michel Dänzer >>> >>> Fixes build failure due to wl_proxy_marshal_constructor_versioned being >>>

Re: [waffle] [PATCH] wayland: Wrap wl_proxy_marshal_constructor_versioned v2

2016-04-14 Thread Michel Dänzer
On 14.04.2016 22:16, Emil Velikov wrote: > On 14 April 2016 at 09:23, Michel Dänzer wrote: >> From: Michel Dänzer >> >> Fixes build failure due to wl_proxy_marshal_constructor_versioned being >> unresolved when building against current wayland. >> >>

[waffle] [PATCH] wayland: Wrap wl_proxy_marshal_constructor_versioned v2

2016-04-14 Thread Michel Dänzer
From: Michel Dänzer Fixes build failure due to wl_proxy_marshal_constructor_versioned being unresolved when building against current wayland. This API was introduced in wayland 1.9.91 by commit 557032e3 ("Track protocol object versions inside wl_proxy."). The waffle code

Re: [waffle] [PATCH] wayland: Wrap wl_proxy_marshal_constructor_versioned

2016-04-14 Thread Michel Dänzer
On 08.04.2016 00:28, Emil Velikov wrote: > On 7 April 2016 at 09:20, Michel Dänzer wrote: >> From: Michel Dänzer >> >> Fixes build failure due to wl_proxy_marshal_constructor_versioned being >> unresolved when building against current wayland. >> >

Re: [waffle] [PATCH] wayland: Wrap wl_proxy_marshal_constructor_versioned v2

2016-04-14 Thread Emil Velikov
On 14 April 2016 at 09:23, Michel Dänzer wrote: > From: Michel Dänzer > > Fixes build failure due to wl_proxy_marshal_constructor_versioned being > unresolved when building against current wayland. > > This API was introduced in wayland 1.9.91 by