Took out a bogus call to ::LockPixels().. r=rods
git-svn-id: svn://10.0.0.236/trunk@60197 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -126,9 +126,6 @@ PixMapHandle thePixMap;
|
||||
|
||||
|
||||
if((mIsLocked == PR_FALSE) && mIsOffscreen && mPort){
|
||||
// lock down the pixels while we use this
|
||||
::LockPixels(::GetGWorldPixMap(offscreenGWorld));
|
||||
|
||||
// get the offscreen gworld for our use
|
||||
offscreenGWorld = (GWorldPtr)mPort;
|
||||
// calculate the pixel data size
|
||||
|
||||
Reference in New Issue
Block a user