r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - remove a release build printf


git-svn-id: svn://10.0.0.236/trunk@165578 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2004-11-22 17:43:08 +00:00
parent c5a01baca8
commit 297ccd69e5

View File

@@ -323,9 +323,9 @@ nsresult nsOffscreenSurface::Lock( PRInt32 aX, PRInt32 aY,
rc = GFX (::GpiQueryBitmapBits (mPS, mYPels, mScans, (PBYTE)mBits,
(PBITMAPINFO2)mInfoHeader), GPI_ALTERROR);
if( rc != mInfoHeader->cy) PMERROR( "GpiQueryBitmapBits");
#ifdef DEBUG
if( rc != mInfoHeader->cy) PMERROR( "GpiQueryBitmapBits");
printf( "Lock, requested %d x %d and got %d x %d\n",
aWidth, aHeight, (int) mInfoHeader->cx, aHeight);
#endif