Re: [webkit-dev] cairo-win32 WebFrame::spoolPages

2009-02-23 Thread Brent Fulgham
HI everyone, On Mon, Feb 23, 2009 at 12:10 AM, Darin Adler wrote: > On Feb 16, 2009, at 9:42 AM, Frank Zerangue wrote: > >> Should this member function be conditionally compiled on PLATFORM(CG)? > > Presumably just its implementation. There's nothing obviously CG-specific > about having a functio

Re: [webkit-dev] cairo-win32 WebFrame::spoolPages

2009-02-23 Thread Darin Adler
On Feb 16, 2009, at 9:42 AM, Frank Zerangue wrote: Should this member function be conditionally compiled on PLATFORM(CG)? Presumably just its implementation. There's nothing obviously CG- specific about having a function to do printing. -- Darin

[webkit-dev] cairo-win32 WebFrame::spoolPages

2009-02-16 Thread Frank Zerangue
In building webkit for cairo-win32, one build error remains: ..\WebFrame.cpp(1891) : error C2664" 'CGCpmtextSaveGState' : cannot convert parameter 1 from 'PlatformGraphicsContext *' to 'CGContextRef' Any thoughts on how to resolve this? Should this member function be conditionally compiled o