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:58:58 +0000 |
commit | 8bf1ddc61619e40891e5351815892d865d1a3323 (patch) | |
tree | 23676387b2711ee3b1e0190b09ff5d2055c549df /vcl/headless | |
parent | 0555447cd09fa2851e51cd63543ebc7db0a72a1a (diff) |
fix build, default operator will do
Change-Id: I27888bdb0b14434e161e8dc3bd481eb372959ad8
Diffstat (limited to 'vcl/headless')
-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 2d98b2693802..de916e73cb9f 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -1217,7 +1217,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); |