r=mkaply, sr=blizzard (platform specific) a=mkaply
OS/2 only - quick (obvious) fix for now - random corruption in fonts - we were freeing the PS
This commit is contained in:
mkaply%us.ibm.com 2003-04-28 20:59:24 +00:00
parent c7b24c7949
commit e8a9094c41

View File

@ -1946,7 +1946,7 @@ void nsWindow::FreeNativeData(void * data, PRUint32 aDataType)
{
BOOL rc;
if( mNativeDrag) rc = DrgReleasePS( mPS);
else rc = WinReleasePS( mPS);
else rc = WinReleasePS((HPS)data);
#ifdef DEBUG
if( !rc)
printf( "Error from {Win/Drg}ReleasePS()\n");