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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user