diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-08-10 21:29:13 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-08-10 21:31:10 +0100 |
commit | d1b8e260d43c7dee71244f26d50d8b2e49e9b6e0 (patch) | |
tree | 086eeaabf95eaf93ec7126e7144be017a15d7f5c /perf | |
parent | dff0a91742908098a1ee110fadf11d4b802b1587 (diff) |
[qt] Fix compilation
Enabling 'FAST CLIP' appears to trigger an infinite loop so disable.
Enabling 'FAST FILL' has limited effect on performance, so disable whilst
the basic QT surface is improved.
Diffstat (limited to 'perf')
-rw-r--r-- | perf/cairo-perf-trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c index a7bfbbaa..c6f75267 100644 --- a/perf/cairo-perf-trace.c +++ b/perf/cairo-perf-trace.c @@ -105,7 +105,7 @@ target_is_measurable (const cairo_boilerplate_target_t *target) #if CAIRO_VERSION > CAIRO_VERSION_ENCODE(1,1,2) case CAIRO_SURFACE_TYPE_OS2: #endif -#if CAIRO_VERSION > CAIRO_VERSION_ENCODE(1,9,3) +#if CAIRO_HAS_QT_SURFACE case CAIRO_SURFACE_TYPE_QT: #endif #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1,9,3) |