diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-06 12:08:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-06 12:09:13 +0200 |
commit | 4a24bc465a1d0d00fa5a57b93453dce6bb3cf463 (patch) | |
tree | 9a99219c8e65f1570d026d50c5c0a05c6d13a75f /vcl/inc/quartz | |
parent | a083fb6ba2d1e39ab7e38b3695f350c955540f89 (diff) |
Point to "documentation" for XOR emulation
Change-Id: I947daf20692bf0504146523e93fed56c418676db
Diffstat (limited to 'vcl/inc/quartz')
-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: |