summaryrefslogtreecommitdiff
path: root/test/xlib-surface.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-06-29 15:22:44 +0200
committerBehdad Esfahbod <behdad@behdad.org>2006-06-29 15:22:44 +0200
commit195b1142e7a1652e0f65cfd822bba7ea8b6ba505 (patch)
treec65625fc9d56c66b3d5e1dd5c0f6149fd5c4859b /test/xlib-surface.c
parentf26da6c464c60ab2ed87175ab0a9b81e3cf363fb (diff)
downloadcairo-195b1142e7a1652e0f65cfd822bba7ea8b6ba505.tar.gz
Prefix "cairo_*_test_*" symbols with underscore.
Diffstat (limited to 'test/xlib-surface.c')
-rw-r--r--test/xlib-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xlib-surface.c b/test/xlib-surface.c
index f12e4908c..559c19ad6 100644
--- a/test/xlib-surface.c
+++ b/test/xlib-surface.c
@@ -260,7 +260,7 @@ main (void)
1, use_pixmap, set_size, offscreen))
result = 1;
- cairo_xlib_test_disable_render ();
+ _cairo_xlib_test_disable_render ();
for (set_size = 0; set_size <= 1; set_size++)
for (use_pixmap = 0; use_pixmap <= 1; use_pixmap++)