[Webkit-unassigned] [Bug 7984] ifdef win32 specific code in GraphicsContextCairo.cpp

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Apr 3 20:04:05 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7984





------- Comment #7 from jhaygood at spsu.edu  2006-04-03 20:04 PDT -------
PLATFORM(WIN) is for WIN_OS and not using any other subsystem (such as KDE,
GTK, etc..)

you should add a PLATFORM(GTK) to Platform.h using a similar method to how KDE
is (basically a define).

(In reply to comment #6)
> Actually I think in this case it should be
> 
> 
> #if TOOLKIT(WIN32) || TOOLKIT(GTK)
> 
> Not PLATFORM since this code is windowing toolkit specific not OS specific ?
> 


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list