diff options
-rw-r--r-- | vcl/inc/quartz/salgdicommon.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/quartz/salgdicommon.hxx b/vcl/inc/quartz/salgdicommon.hxx index a45a25322df6..425010324e72 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: |