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
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
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
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
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