diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-30 13:58:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-30 13:59:53 +0000 |
commit | 4260045035cc90179406da7c13a323d069d47089 (patch) | |
tree | 4c69b52f793d3151b547690ed4fe2311cbc2c6a7 /vcl | |
parent | 1d554c22c27189773dce3890b05ee64048f79016 (diff) |
fix build, default operator will do
Change-Id: I27888bdb0b14434e161e8dc3bd481eb372959ad8
(cherry picked from commit 8bf1ddc61619e40891e5351815892d865d1a3323)
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index c1a5116133a4..2eb831770660 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -945,7 +945,6 @@ void SvpSalGraphics::invert( long nX, long nY, long nWidth, long nHeight, SalInv cairo_clip(cr); cairo_set_source_rgb(cr, 1.0, 1.0, 1.0); - cairo_set_operator(cr, CAIRO_OPERATOR_DIFFERENCE); cairo_mask(cr, pattern); cairo_pattern_destroy(pattern); |