diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-02-15 16:21:23 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-02-15 16:21:23 +0100 |
commit | d4a7dcffe654bee8ab003f56812fb0686eedd687 (patch) | |
tree | 3c1794ec5e527ef8d7464363ba8b62ba476834e4 | |
parent | cf0e05f0a637ef84f895214795ab05bcd4166c2b (diff) | |
parent | f4546bdaedd77b3f2ff16a2ef8ec0ebe15ba2cd7 (diff) |
CWS-TOOLING: integrate CWS ooo321gsl02_DEV300
-rw-r--r-- | vcl/source/gdi/outdev6.cxx | 3 |
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() |