Re: [PATCH wayland v2 2/2] scanner: Fix header generation for server protocols

2014-12-19 Thread Marek Chalupa
Reviewed-by: Marek Chalupa On 19 December 2014 at 15:02, Pekka Paalanen wrote: > > On Mon, 15 Dec 2014 12:48:38 +0100 > Mariusz Ceier wrote: > > > Server protocols headers should include wayland-server.h, > > instead of wayland-util.h. Otherwise they're not useable > > with C++ compiler unless

Re: [PATCH wayland v2 2/2] scanner: Fix header generation for server protocols

2014-12-19 Thread Pekka Paalanen
On Mon, 15 Dec 2014 12:48:38 +0100 Mariusz Ceier wrote: > Server protocols headers should include wayland-server.h, > instead of wayland-util.h. Otherwise they're not useable > with C++ compiler unless wayland-server.h was included > earlier. > > Signed-off-by: Mariusz Ceier > --- > > Notes: >

[PATCH wayland v2 2/2] scanner: Fix header generation for server protocols

2014-12-15 Thread Mariusz Ceier
Server protocols headers should include wayland-server.h, instead of wayland-util.h. Otherwise they're not useable with C++ compiler unless wayland-server.h was included earlier. Signed-off-by: Mariusz Ceier --- Notes: v2: s/generatation/generation/ src/scanner.c | 2 +- 1 file changed, 1