Re: [PATCH wayland v2 1/3] introduce new headers wayland-client/server-core.h

2015-04-29 Thread Jason Ekstrand
On Apr 29, 2015 3:30 AM, "Pekka Paalanen" wrote: > > On Wed, 29 Apr 2015 12:50:48 +0300 > Giulio Camuffo wrote: > > > 2015-04-29 12:13 GMT+03:00 Pekka Paalanen : > > > On Tue, 28 Apr 2015 22:57:16 +0300 > > > Giulio Camuffo wrote: > > > > > >> wayland-client.h and wayland-server.h include the pr

Re: [PATCH wayland v2 1/3] introduce new headers wayland-client/server-core.h

2015-04-29 Thread Pekka Paalanen
On Wed, 29 Apr 2015 12:50:48 +0300 Giulio Camuffo wrote: > 2015-04-29 12:13 GMT+03:00 Pekka Paalanen : > > On Tue, 28 Apr 2015 22:57:16 +0300 > > Giulio Camuffo wrote: > > > >> wayland-client.h and wayland-server.h include the protocol headers > >> generated > >> at build time. This means that

Re: [PATCH wayland v2 1/3] introduce new headers wayland-client/server-core.h

2015-04-29 Thread Giulio Camuffo
2015-04-29 12:13 GMT+03:00 Pekka Paalanen : > On Tue, 28 Apr 2015 22:57:16 +0300 > Giulio Camuffo wrote: > >> wayland-client.h and wayland-server.h include the protocol headers generated >> at build time. This means that a libwayland user cannot generate and use >> protocol code created from a way

Re: [PATCH wayland v2 1/3] introduce new headers wayland-client/server-core.h

2015-04-29 Thread Pekka Paalanen
On Tue, 28 Apr 2015 22:57:16 +0300 Giulio Camuffo wrote: > wayland-client.h and wayland-server.h include the protocol headers generated > at build time. This means that a libwayland user cannot generate and use > protocol code created from a wayland.xml newer than the installed libwayand, > becau

[PATCH wayland v2 1/3] introduce new headers wayland-client/server-core.h

2015-04-28 Thread Giulio Camuffo
wayland-client.h and wayland-server.h include the protocol headers generated at build time. This means that a libwayland user cannot generate and use protocol code created from a wayland.xml newer than the installed libwayand, because it is not possible to only include the API header. This commit a