summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-02-15 16:21:23 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-02-15 16:21:23 +0100
commitd4a7dcffe654bee8ab003f56812fb0686eedd687 (patch)
tree3c1794ec5e527ef8d7464363ba8b62ba476834e4 /vcl
parentcf0e05f0a637ef84f895214795ab05bcd4166c2b (diff)
parentf4546bdaedd77b3f2ff16a2ef8ec0ebe15ba2cd7 (diff)
CWS-TOOLING: integrate CWS ooo321gsl02_DEV300
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/outdev6.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/gdi/outdev6.cxx b/vcl/source/gdi/outdev6.cxx
index 2d436ea43659..3220069764d4 100644
--- a/vcl/source/gdi/outdev6.cxx
+++ b/vcl/source/gdi/outdev6.cxx
@@ -269,6 +269,9 @@ void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly,
// try hard to draw it directly, because the emulation layers are slower
if( !pDisableNative
&& mpGraphics->supportsOperation( OutDevSupport_B2DDraw )
+#if defined UNX && ! defined QUARTZ
+ && GetBitCount() > 8
+#endif
#ifdef WIN32
// workaround bad dithering on remote displaying when using GDI+ with toolbar buttoin hilighting
&& !rPolyPoly.IsRect()