https://bugs.freedesktop.org/show_bug.cgi?id=40559

--- Comment #12 from Heiko <reg...@versanet.de> ---
and here...

http://docs.libreoffice.org/vcl/html/outdev6_8cxx_source.html

00259     // try hard to draw it directly, because the emulation layers are
slower
00260     if( !pDisableNative
00261         && mpGraphics->supportsOperation( OutDevSupport_B2DDraw )
00262 #if defined UNX && ! defined MACOSX
00263             && GetBitCount() > 8
00264 #endif
00265 #ifdef WIN32
00266         // workaround bad dithering on remote displaying when using GDI+
with toolbar buttoin hilighting
00267         && !rPolyPoly.IsRect()
00268 #endif
00269         )


too bad, I'm no coder :-/

I wonder, what GetBitCount() /line 263/ delivers in a RDP/ICA remote server...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to