Backing out to PartialGfx instead of full Gfx mode.

This commit is contained in:
kmcclusk%netscape.com 1999-08-20 18:57:32 +00:00
parent 5c17c57532
commit 3bfabeee91
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ nsPresContext::nsPresContext()
nsLayoutAtoms::AddRefAtoms();
mCompatibilityMode = eCompatibility_Standard;
mCompatibilityLocked = PR_FALSE;
mWidgetRenderingMode = eWidgetRendering_Gfx;
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
#ifdef _WIN32

View File

@ -69,7 +69,7 @@ nsPresContext::nsPresContext()
nsLayoutAtoms::AddRefAtoms();
mCompatibilityMode = eCompatibility_Standard;
mCompatibilityLocked = PR_FALSE;
mWidgetRenderingMode = eWidgetRendering_Gfx;
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
#ifdef _WIN32