Kaydet (Commit) 0a3987d8 authored tarafından Christian Lohmaier's avatar Christian Lohmaier Kaydeden (comit) Andras Timar

fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type

Change-Id: I723122069541bc5752164554e693268267969b1a
Reviewed-on: https://gerrit.libreoffice.org/20240Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
Tested-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
(cherry picked from commit 8375e386)
üst a50f34a4
......@@ -135,6 +135,7 @@ void SvpSalGraphics::clipRegion(cairo_t* cr)
cairo_clip(cr);
}
}
#if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0)
namespace
{
cairo_rectangle_int_t getFillDamage(cairo_t* cr)
......@@ -156,6 +157,7 @@ namespace
return extents;
}
}
#endif
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment