[Wayland-bugs] [Bug 63485] "private" member variable in weston_surface struct is a reserved keyword in C++

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 12 12:44:13 PDT 2013


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

Kristian Høgsberg <krh at bitplanet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Kristian Høgsberg <krh at bitplanet.net> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20130412/9470b892/attachment.html>


More information about the Wayland-bugs mailing list