Re: [PATCH wayland] client: Use a 0 version to mean indeterminate proxy version

2015-12-21 Thread Pekka Paalanen
On Thu, 26 Nov 2015 15:23:52 -0600 Derek Foreman wrote: > This sets wl_display's version (for proxy version query purposes) > to 0. Any proxy created with unversioned API (this happens when > a client compiled with old headers links against new wayland) > will inherit this 0. > > This gives us

Re: [PATCH wayland] client: Use a 0 version to mean indeterminate proxy version

2015-11-26 Thread Jason Ekstrand
On Nov 26, 2015 1:23 PM, "Derek Foreman" wrote: > > This sets wl_display's version (for proxy version query purposes) > to 0. Any proxy created with unversioned API (this happens when > a client compiled with old headers links against new wayland) > will inherit this 0. > > This gives us a way fo

[PATCH wayland] client: Use a 0 version to mean indeterminate proxy version

2015-11-26 Thread Derek Foreman
This sets wl_display's version (for proxy version query purposes) to 0. Any proxy created with unversioned API (this happens when a client compiled with old headers links against new wayland) will inherit this 0. This gives us a way for new libraries linked by old clients to realize they can't kn