This commit is contained in:
av%netscape.com 1999-06-26 22:31:41 +00:00
Родитель a0da09e3ed
Коммит e20b61431e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1781,8 +1781,8 @@ NS_IMETHODIMP nsRenderingContextWin :: CopyOffScreenBits(nsDrawingSurface aSrcSu
//~~~
NS_IMETHODIMP nsRenderingContextWin::RetrieveCurrentNativeGraphicData(PRUint32 * ngd)
{
if(ndc != nsnull)
*ndc = (PRUint32)mDC;
if(ngd != nsnull)
*ngd = (PRUint32)mDC;
return NS_OK;
}