nsIDeviceContext API change

git-svn-id: svn://10.0.0.236/trunk@8666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-08-28 01:58:02 +00:00
parent fbb1f40d77
commit c9a229357c

View File

@@ -198,7 +198,7 @@ nsresult nsRenderingContextUnix :: CommonInit()
((nsDeviceContextUnix *)mContext)->SetDrawingSurface(mRenderingSurface);
((nsDeviceContextUnix *)mContext)->InstallColormap();
mFontCache = mContext->GetFontCache();
mContext->GetFontCache(mFontCache);
mContext->GetDevUnitsToAppUnits(mP2T);
float app2dev;
mContext->GetAppUnitsToDevUnits(app2dev);