[Bug 34162] New: CGDirectPaletteRef has been deprecated so winemac.drv can't be compiled in Mavericks.

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 29 23:46:51 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=34162

             Bug #: 34162
           Summary: CGDirectPaletteRef has been deprecated so winemac.drv
                    can't be compiled in Mavericks.
           Product: Wine
           Version: 1.6
          Platform: x86-64
        OS/Version: Mac OS X
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: winemac.drv
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: parahexen at gmail.com
    Classification: Unclassified


gdi.c:144:5: error: use of undeclared identifier 'CGDirectPaletteRef'
    CGDirectPaletteRef palette;
    ^
gdi.c:190:5: error: use of undeclared identifier 'palette'
    palette = CGPaletteCreateWithDisplay(mainDisplay);
    ^
gdi.c:191:9: error: use of undeclared identifier 'palette'
    if (palette)
        ^
gdi.c:193:52: error: use of undeclared identifier 'palette'
        palette_size = CGPaletteGetNumberOfSamples(palette);
                                                   ^
gdi.c:194:26: error: use of undeclared identifier 'palette'
        CGPaletteRelease(palette);
                         ^
5 errors generated.
make[1]: *** [gdi.o] Error 1
make: *** [dlls/winemac.drv] Error 2
make: *** Waiting for unfinished jobs....

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list