Re: [PATCH weston] move subsurface-server-protocol.h include out of compositor.h

2013-05-14 Thread Pekka Paalanen
On Mon, 13 May 2013 15:55:47 -0700 U. Artie Eoff ullysses.a.e...@intel.com wrote: From: U. Artie Eoff ullysses.a.e...@intel.com The subsurface-server-protocol.h header should not be included by any headers that are part of the SDK since it is not exported. Otherwise, SDK consumers will

Re: [PATCH weston] move subsurface-server-protocol.h include out of compositor.h

2013-05-14 Thread Kristian Høgsberg
On Mon, May 13, 2013 at 03:55:47PM -0700, U. Artie Eoff wrote: From: U. Artie Eoff ullysses.a.e...@intel.com The subsurface-server-protocol.h header should not be included by any headers that are part of the SDK since it is not exported. Otherwise, SDK consumers will break during

[PATCH weston] move subsurface-server-protocol.h include out of compositor.h

2013-05-13 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com The subsurface-server-protocol.h header should not be included by any headers that are part of the SDK since it is not exported. Otherwise, SDK consumers will break during compilation. Move this include from compositor.h to compositor.c. Fixes