[lsb-bugs] [Bug 706] Fix X11 & GL headers
bugzilla-daemon at linux-foundation.org
bugzilla-daemon at linux-foundation.org
Mon Sep 1 05:28:54 PDT 2008
http://bugs.linuxbase.org/show_bug.cgi?id=706
--- Comment #75 from Mats Wichmann <mats at freestandards.org> 2008-09-01 05:28:53 ---
The definition of XcmsColor isn't right in Xcms.h. Upstream:
typedef struct {
union {
XcmsRGB RGB;
XcmsRGBi RGBi;
XcmsCIEXYZ CIEXYZ;
XcmsCIEuvY CIEuvY;
XcmsCIExyY CIExyY;
XcmsCIELab CIELab;
XcmsCIELuv CIELuv;
XcmsTekHVC TekHVC;
XcmsPad Pad;
} spec; /* the color specification */
unsigned long pixel; /* pixel value (as needed) */
XcmsColorFormat format; /* the specification format */
} XcmsColor;
Ours:
typedef union {
XcmsRGB RGB;
XcmsRGBi RGBi;
XcmsCIEXYZ CIEXYZ;
XcmsCIEuvY CIEuvY;
XcmsCIExyY CIExyY;
XcmsCIELab CIELab;
XcmsCIELuv CIELuv;
XcmsTekHVC TekHVC;
XcmsPad Pad;
} XcmsColor;
--
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the lsb-bugs
mailing list