Turned on the Mac GFX Widget code

This commit is contained in:
dcone%netscape.com 1999-09-14 21:32:27 +00:00
parent a1037a961a
commit 49a95cf8c8
2 changed files with 0 additions and 10 deletions

View File

@ -75,12 +75,7 @@ nsPresContext::nsPresContext()
nsLayoutAtoms::AddRefAtoms();
mCompatibilityMode = eCompatibility_Standard;
mCompatibilityLocked = PR_FALSE;
#ifdef XP_MAC
//XXX This remains partial gfx for Mac until all Mac gfx blockers are fixed
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
#else
mWidgetRenderingMode = eWidgetRendering_Gfx;
#endif
mLookAndFeel = nsnull;

View File

@ -75,12 +75,7 @@ nsPresContext::nsPresContext()
nsLayoutAtoms::AddRefAtoms();
mCompatibilityMode = eCompatibility_Standard;
mCompatibilityLocked = PR_FALSE;
#ifdef XP_MAC
//XXX This remains partial gfx for Mac until all Mac gfx blockers are fixed
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
#else
mWidgetRenderingMode = eWidgetRendering_Gfx;
#endif
mLookAndFeel = nsnull;