summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/headless/svpgdi.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 9d6104699091..6da09320e3f3 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