Re: [waffle] [PATCH 01/29] wayland: add wl_proxy_create wrapper

2016-04-07 Thread Emil Velikov
On 6 April 2016 at 13:20, Emil Velikov wrote: > On 6 January 2016 at 21:27, Emil Velikov wrote: >> libwayland has broken its ABI by replacing wl_proxy_create + >> wl_proxy_marshal with wfl_wl_proxy_marshal_constructor with commit s/wfl_wl_proxy_marshal_constructor/wl_proxy_marshal_constructor/ >

Re: [waffle] [PATCH 01/29] wayland: add wl_proxy_create wrapper

2016-04-06 Thread Emil Velikov
On 6 January 2016 at 21:27, Emil Velikov wrote: > libwayland has broken its ABI by replacing wl_proxy_create + > wl_proxy_marshal with wfl_wl_proxy_marshal_constructor with commit > 853c24e6998(client: Introduce functions to allocate and marshal proxies > atomically). > > Add the wrapper to keep c

[waffle] [PATCH 01/29] wayland: add wl_proxy_create wrapper

2016-01-06 Thread Emil Velikov
libwayland has broken its ABI by replacing wl_proxy_create + wl_proxy_marshal with wfl_wl_proxy_marshal_constructor with commit 853c24e6998(client: Introduce functions to allocate and marshal proxies atomically). Add the wrapper to keep compatibility with wayland 1.3.90 and earlier. Signed-off-by