From 24c5682859665e0144683e4a0c54e7afcf72868e Mon Sep 17 00:00:00 2001 From: "kmcclusk%netscape.com" Date: Thu, 19 Aug 1999 22:38:44 +0000 Subject: [PATCH] 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 --- mozilla/layout/base/nsPresContext.cpp | 2 +- mozilla/layout/base/src/nsPresContext.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/base/nsPresContext.cpp b/mozilla/layout/base/nsPresContext.cpp index a995c6ec2bd..66a95079771 100644 --- a/mozilla/layout/base/nsPresContext.cpp +++ b/mozilla/layout/base/nsPresContext.cpp @@ -69,7 +69,7 @@ nsPresContext::nsPresContext() nsLayoutAtoms::AddRefAtoms(); mCompatibilityMode = eCompatibility_Standard; mCompatibilityLocked = PR_FALSE; - mWidgetRenderingMode = eWidgetRendering_PartialGfx; + mWidgetRenderingMode = eWidgetRendering_Gfx; #ifdef _WIN32 diff --git a/mozilla/layout/base/src/nsPresContext.cpp b/mozilla/layout/base/src/nsPresContext.cpp index a995c6ec2bd..66a95079771 100644 --- a/mozilla/layout/base/src/nsPresContext.cpp +++ b/mozilla/layout/base/src/nsPresContext.cpp @@ -69,7 +69,7 @@ nsPresContext::nsPresContext() nsLayoutAtoms::AddRefAtoms(); mCompatibilityMode = eCompatibility_Standard; mCompatibilityLocked = PR_FALSE; - mWidgetRenderingMode = eWidgetRendering_PartialGfx; + mWidgetRenderingMode = eWidgetRendering_Gfx; #ifdef _WIN32