Enable PartialGfx rendering as the default widget rendering mode.

git-svn-id: svn://10.0.0.236/trunk@40536 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kmcclusk%netscape.com
1999-07-21 23:12:23 +00:00
parent 53843cd816
commit b6925e629e
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_Native; // Soon to be set to PartialGfx
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
#ifdef _WIN32

View File

@@ -69,7 +69,7 @@ nsPresContext::nsPresContext()
nsLayoutAtoms::AddRefAtoms();
mCompatibilityMode = eCompatibility_Standard;
mCompatibilityLocked = PR_FALSE;
mWidgetRenderingMode = eWidgetRendering_Native; // Soon to be set to PartialGfx
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
#ifdef _WIN32