summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-trace.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-08-10 21:29:13 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-08-10 21:31:10 +0100
commitd1b8e260d43c7dee71244f26d50d8b2e49e9b6e0 (patch)
tree086eeaabf95eaf93ec7126e7144be017a15d7f5c /perf/cairo-perf-trace.c
parentdff0a91742908098a1ee110fadf11d4b802b1587 (diff)
downloadcairo-d1b8e260d43c7dee71244f26d50d8b2e49e9b6e0.tar.gz
[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/cairo-perf-trace.c')
-rw-r--r--perf/cairo-perf-trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c
index a7bfbbaa9..c6f75267e 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)