This commit is contained in:
peterl%netscape.com 1998-08-11 23:54:29 +00:00
Родитель 92f4b1b608
Коммит e9d47824a6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -78,7 +78,7 @@ nsDrawingSurface nsDeviceContextWin :: GetDrawingSurface(nsIRenderingContext &aC
int CALLBACK fontcallback(ENUMLOGFONT FAR *lpelf, NEWTEXTMETRIC FAR *lpntm,
int FontType, LPARAM lParam)
{
if ((NULL != lpelf) && (TRUETYPE_FONTTYPE == FontType))
if (NULL != lpelf)
*((PRBool *)lParam) = PR_TRUE;
return 0;