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

Caolán McNamara caolanm at redhat.com
Mon Jan 18 06:10:47 PST 2016


 vcl/headless/svpgdi.cxx |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

New commits:
commit 2ae21eda077ae1ba57d9a564b6ce42a1633090a6
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 18 14:10:06 2016 +0000

    fix older cairo build
    
    Change-Id: I24e715e8c0535daaf0284226fb9b8f7c8d7234c0

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 9d61046..6da0932 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -69,12 +69,10 @@ rDevice
 
 #   define CAIRO_OPERATOR_DIFFERENCE (static_cast<cairo_operator_t>(23))
 
-    struct cairo_rectangle_int_t
+    struct _cairo_rectangle_int
     {
-        double x;
-        double y;
-        double width;
-        double height;
+        int x, y;
+        int width, height;
     };
 
 #endif


More information about the Libreoffice-commits mailing list