Enable PartialGfx rendering as the default widget rendering mode.

This commit is contained in:
kmcclusk%netscape.com 1999-07-21 23:12:23 +00:00
Родитель ce1364e264
Коммит 9716e9ec80
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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