Re: [PATCH] test/ivi: include protocol headers for all used protocols

2015-05-24 Thread Pekka Paalanen
On Fri, 22 May 2015 11:45:56 -0700 Bill Spitzak wrote: > This seems like a good idea for consistency that the protocol header > is included for any protocols used by the code. This also means the > code will compile with headers generated by wayland-scanner -c. > > Fixed to use angle brackets. >

Re: [PATCH] test/ivi: include protocol headers for all used protocols

2015-05-22 Thread Bill Spitzak
Although it sounds like the distributed header files will not be generated with -c, I don't see why local header files such as ivi-application-client-protocol.h, ivi-hmi-controller-client-protocol.h, and weston-test-client-protocol.h can't be and this patch allows that. On 05/22/2015 11:45 AM,

[PATCH] test/ivi: include protocol headers for all used protocols

2015-05-22 Thread Bill Spitzak
This seems like a good idea for consistency that the protocol header is included for any protocols used by the code. This also means the code will compile with headers generated by wayland-scanner -c. Fixed to use angle brackets. --- clients/ivi-shell-user-interface.c |1 + tests/weston-test-

Re: [PATCH] test/ivi: include protocol headers for all used protocols

2015-05-22 Thread Bill Spitzak
On 05/22/2015 12:40 AM, Pekka Paalanen wrote: On Thu, 21 May 2015 19:20:57 -0700 Bill Spitzak wrote: This seems like a good idea for consistency as the client and server protocol should not be treated differently than others. This means the code will compile even if the protocol headers are

Re: [PATCH] test/ivi: include protocol headers for all used protocols

2015-05-22 Thread Pekka Paalanen
On Thu, 21 May 2015 19:20:57 -0700 Bill Spitzak wrote: > This seems like a good idea for consistency as the client and server > protocol should not be treated differently than others. This means the > code will compile even if the protocol headers are generated with the > core only (-c) switch.

[PATCH] test/ivi: include protocol headers for all used protocols

2015-05-21 Thread Bill Spitzak
This seems like a good idea for consistency as the client and server protocol should not be treated differently than others. This means the code will compile even if the protocol headers are generated with the core only (-c) switch. --- clients/ivi-shell-user-interface.c |1 + tests/weston-tes