bug #5944, Changed default widget rendering mode from PartialGfx to Gfx

git-svn-id: svn://10.0.0.236/trunk@43737 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kmcclusk%netscape.com
1999-08-19 22:38:44 +00:00
parent bd832f7355
commit 24c5682859
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_PartialGfx;
mWidgetRenderingMode = eWidgetRendering_Gfx;
#ifdef _WIN32

View File

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