summaryrefslogtreecommitdiff
path: root/src/cairo-cache-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-11-04 10:45:34 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-11-13 11:36:54 +0000
commita856371bef496da0e84226f4fd2fc3cb72e955ac (patch)
tree95f1f503c692a03aae722a28a44eb44c96143106 /src/cairo-cache-private.h
parent47a56e08501ec9375f75c15e35a68c77b313ada4 (diff)
downloadcairo-a856371bef496da0e84226f4fd2fc3cb72e955ac.tar.gz
Add CairoScript backend.
A new meta-surface backend for serialising drawing operations to a CairoScript file. The principal use (as currently envisaged) is to provide a round-trip testing mechanism for CairoScript - i.e. we can generate script files for every test in the suite and check that we can replay them with perfect fidelity. (Obviously this does not provide complete coverage of CairoScript's syntax, but should give reasonable coverage over the operators.)
Diffstat (limited to 'src/cairo-cache-private.h')
-rw-r--r--src/cairo-cache-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-cache-private.h b/src/cairo-cache-private.h
index 6a9b8b8d8..5ac8cc8b0 100644
--- a/src/cairo-cache-private.h
+++ b/src/cairo-cache-private.h
@@ -118,7 +118,7 @@ _cairo_cache_insert (cairo_cache_t *cache,
cairo_cache_entry_t *entry);
cairo_private void
-_cairo_cache_foreach (cairo_cache_t *cache,
+_cairo_cache_foreach (cairo_cache_t *cache,
cairo_cache_callback_func_t cache_callback,
void *closure);