https://bugs.freedesktop.org/show_bug.cgi?id=63485

--- Comment #3 from U. Artie Eoff <ullysses.a.e...@intel.com> ---
(In reply to comment #1)
> We can't fix this in a stable release series, it breaks the module API. 
> What you can do is say
> 
> #define private configure_private
> #include "compositor.h"
> #undef private
> 
> to work around the problem.
> 
> Kristian

extern "C" {
#define private configure_private
#include <weston/compositor.h>
#undef private
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Wayland-bugs mailing list
Wayland-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to