summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-30 19:14:07 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-30 19:14:45 +0000
commit4f2f46ef1bd793a712df045178b3d00d027e3ba6 (patch)
treee06a996a27ac18cedbb7b84efa79bda181849ddb /perf/cairo-perf.h
parent52c3fc58b52c77282998f9ad75657a6bec5956f8 (diff)
downloadcairo-4f2f46ef1bd793a712df045178b3d00d027e3ba6.tar.gz
Restore the ability to choose the internal font.
Behdad wants to include the feature with 1.10, so we enable it as early as possible in 1.9 dev cycle to generate as much feedback as possible. The first change is to use "<cairo>" as being a name unlikely to clash with any real font names. This reverts commits: a824d284be23793a5c48b9ae833dcb7b2d5fff80, 292233685534aed712dfd45e8ccf498b792ce496, e0046aaf417a61da008dc6374871fa3687ba94ab, f534bd549e1e2283735d1eabb60c015a5949a735.
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r--perf/cairo-perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h
index 57fe85f11..0cedb6913 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -172,5 +172,6 @@ CAIRO_PERF_DECL (rectangles);
CAIRO_PERF_DECL (rounded_rectangles);
CAIRO_PERF_DECL (long_dashed_lines);
CAIRO_PERF_DECL (composite_checker);
+CAIRO_PERF_DECL (twin);
#endif