got the file in sync with troy's fontCache changes

This commit is contained in:
thom%netscape.com 1998-08-28 00:28:10 +00:00
Родитель 0fd1dbb249
Коммит d6628e1b51
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -197,7 +197,7 @@ nsresult nsRenderingContextMac :: CommonInit()
((nsDeviceContextMac *)mContext)->SetDrawingSurface(mRenderingSurface);
//((nsDeviceContextMac *)mContext)->InstallColormap();
mFontCache = mContext->GetFontCache();
mContext->GetFontCache(mFontCache);
mContext->GetDevUnitsToAppUnits(mP2T);
float app2dev;
mContext->GetAppUnitsToDevUnits(app2dev);