Re: [PATCH weston] sdk: be C++ friendly
On Thu, Mar 28, 2013 at 06:02:42PM +0100, Giulio Camuffo wrote: > This renames the weston_surface's private member to configure_private > and externs "C" the headers of the SDK. > --- > shared/config-parser.h | 8 > shared/matrix.h| 8 > src/compositor.c | 6 +++-
[PATCH weston] sdk: be C++ friendly
This renames the weston_surface's private member to configure_private and externs "C" the headers of the SDK. --- shared/config-parser.h | 8 shared/matrix.h| 8 src/compositor.c | 6 +++--- src/compositor.h | 10 +- src/shell.c| 28