summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-08 11:37:29 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-08 11:44:37 +0300
commit7190d6b04f2488ae39ab88886b8e64971714212c (patch)
treeeb0dfad90226777e95c0fe531342578f1185d1c4 /drawinglayer
parent9af4ecd2b485ae4bba443eb0ec6f958fcc2e3619 (diff)
Use same code for iOS and OS X here, too, not that it seems to help any
Change-Id: I16d11447757680edb0ff786a5ee1e3d453b38910
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx b/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
index 7fc6426591ff..0f776587b892 100644
--- a/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
+++ b/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
@@ -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());