Kaydet (Commit) 7190d6b0 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use same code for iOS and OS X here, too, not that it seems to help any

Change-Id: I16d11447757680edb0ff786a5ee1e3d453b38910
üst 9af4ecd2
......@@ -175,7 +175,7 @@ namespace
// create BitmapEx
Bitmap aMainBitmap = aVirtualDevice.GetBitmap(Point(), aVirtualDevice.GetOutputSizePixel());
#if defined(MACOSX)
#if defined(MACOSX) || defined(IOS)
AlphaMask aMaskBitmap( aVirtualDeviceMask.GetBitmap( Point(), aVirtualDeviceMask.GetOutputSizePixel()));
#else
Bitmap aMaskBitmap = aVirtualDeviceMask.GetBitmap( Point(), aVirtualDeviceMask.GetOutputSizePixel());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment