On 06/09/12 13:26, Ian MacArthur wrote:
> So, anyway, that code still builds fine on OSX, and AFAIK the
> fltk built-in works too,
Hmm, is the platform older than 10.6?
If so, that might be why.
I think our cairo code depends on functions like GetWindowPort()
which are Carbon specific and have been removed from OSX.
Seems like our cairo/* code might need to be cocoa-ified
for that to work.
I was thinking about writing a few widgets that use Cairo,
but wanted to make sure our cairo support is cross platform,
since the vector shape drawing capabilities in Cairo look so good.
Things like gradient areas and gradient circles..
I'm kinda stuck though if Cairo support doesn't work.
Might have to fall back to making custom gradient code..
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk