Kaydet (Commit) d3ea3162 authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Michael Stahl

my intent is to provide a define for cairo < 1.10.0

(cherry picked from commit bd781238)

Let's hope this fixes build on Linux-rpm_deb-x86@71-TDF

Change-Id: Ib102b257aa9bf183409c1ab99f61ee63d653cbed
üst e30658cc
......@@ -141,6 +141,9 @@ void SvpSalGraphics::clipRegion(cairo_t* cr)
namespace
{
#if CAIRO_VERSION_MAJOR == 1 && CAIRO_VERSION_MINOR < 10
#define CAIRO_OPERATOR_DIFFERENCE (static_cast<cairo_operator_t>(23))
struct cairo_rectangle_int_t
{
double x;
......
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