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

Caolán McNamara caolanm at redhat.com
Mon Nov 30 12:21:00 PST 2015


 vcl/headless/svpgdi.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bd781238696d99c2c9c7378c28435f08c3adf451
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 30 20:20:12 2015 +0000

    my intent is to provide a define for cairo < 1.10.0
    
    Change-Id: Ib102b257aa9bf183409c1ab99f61ee63d653cbed

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index f79fd0b..622c3d2 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -64,10 +64,10 @@ rDevice
     #endif
 }
 
-#define CAIRO_OPERATOR_DIFFERENCE (static_cast<cairo_operator_t>(23))
-
 #if CAIRO_VERSION < CAIRO_VERSION_ENCODE(1, 10, 0)
 
+#define CAIRO_OPERATOR_DIFFERENCE (static_cast<cairo_operator_t>(23))
+
 struct cairo_rectangle_int_t
 {
     double x;


More information about the Libreoffice-commits mailing list