From 31005a419d5fad3fc97bebf6df9b77a39a1d517b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 12 Dec 2013 12:19:21 +0200 Subject: Add a comment Change-Id: I01ec957bd4b10e26075e311593cec36487eee4bc --- vcl/source/gdi/outdev6.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcl/source/gdi/outdev6.cxx b/vcl/source/gdi/outdev6.cxx index 0a7df2ce71f5..81f7df7fea0b 100644 --- a/vcl/source/gdi/outdev6.cxx +++ b/vcl/source/gdi/outdev6.cxx @@ -251,6 +251,8 @@ void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly, // try hard to draw it directly, because the emulation layers are slower if( !pDisableNative && mpGraphics->supportsOperation( OutDevSupport_B2DDraw ) +// Should iOS be included? Android? Or does this code even get invoked +// ever for those? #if defined UNX && ! defined MACOSX && GetBitCount() > 8 #endif -- cgit