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

Tor Lillqvist tml at collabora.com
Thu Mar 6 02:09:38 PST 2014


 vcl/inc/quartz/salgdicommon.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 4a24bc465a1d0d00fa5a57b93453dce6bb3cf463
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Mar 6 12:08:16 2014 +0200

    Point to "documentation" for XOR emulation
    
    Change-Id: I947daf20692bf0504146523e93fed56c418676db

diff --git a/vcl/inc/quartz/salgdicommon.hxx b/vcl/inc/quartz/salgdicommon.hxx
index a45a253..4250103 100644
--- a/vcl/inc/quartz/salgdicommon.hxx
+++ b/vcl/inc/quartz/salgdicommon.hxx
@@ -64,6 +64,10 @@ inline RGBAColor::RGBAColor( float fRed, float fGreen, float fBlue, float fAlpha
     m_fRGBA[3] = fAlpha;
 }
 
+// XOR emulation suckage.
+// See http://www.openoffice.org/marketing/ooocon2008/programme/wednesday_1401.pdf
+// and https://bugs.freedesktop.org/show_bug.cgi?id=38844 .
+
 class XorEmulation
 {
 public:


More information about the Libreoffice-commits mailing list