diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-03-08 18:08:37 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-03-13 05:14:19 -0400 |
commit | cd78da36f663b99c67d50dcd692cd7b67677c82a (patch) | |
tree | 5f8c98a593ad9a639fbf1047072127d267de41a0 /src/test-meta-surface.c | |
parent | 8997b3a023b0edb8877675ce520fbb883d6fa188 (diff) |
[test-surfaces] Prefix public symbols with _cairo
Diffstat (limited to 'src/test-meta-surface.c')
-rw-r--r-- | src/test-meta-surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test-meta-surface.c b/src/test-meta-surface.c index 5fea76610..6c5877971 100644 --- a/src/test-meta-surface.c +++ b/src/test-meta-surface.c @@ -68,7 +68,7 @@ static cairo_int_status_t _test_meta_surface_show_page (void *abstract_surface); cairo_surface_t * -_test_meta_surface_create (cairo_content_t content, +_cairo_test_meta_surface_create (cairo_content_t content, int width, int height) { |