cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -216,6 +216,7 @@ PicHandle wxMacCreatePicHandle( const wxBitmap &bmp )
|
||||
GWorldPtr monoworld ;
|
||||
clipRgn = NewRgn() ;
|
||||
OSStatus err = NewGWorld( &monoworld , 1 , &rect , NULL , NULL , 0 ) ;
|
||||
verify_noerr(err) ;
|
||||
LockPixels( GetGWorldPixMap( monoworld ) ) ;
|
||||
LockPixels( GetGWorldPixMap( mask ) ) ;
|
||||
SetGWorld( monoworld , NULL ) ;
|
||||
|
Reference in New Issue
Block a user