[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at collabora.com
Sun Dec 15 02:33:03 PST 2013


 vcl/source/gdi/outdev6.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 31005a419d5fad3fc97bebf6df9b77a39a1d517b
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Dec 12 12:19:21 2013 +0200

    Add a comment
    
    Change-Id: I01ec957bd4b10e26075e311593cec36487eee4bc

diff --git a/vcl/source/gdi/outdev6.cxx b/vcl/source/gdi/outdev6.cxx
index 0a7df2c..81f7df7 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


More information about the Libreoffice-commits mailing list