summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-xrender.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-07 16:31:22 +0000
committerCarl Worth <cworth@cworth.org>2005-09-07 16:31:22 +0000
commit63c208d83d4a6e66ee2b15af8e1cd92ed67626b9 (patch)
tree067c66d5e427e2f46cf764743d5e824f2e9cbab4 /src/cairo-xlib-xrender.h
parent05c0c98aee3c67f7a708ad9bfb248ae5c4066312 (diff)
downloadcairo-63c208d83d4a6e66ee2b15af8e1cd92ed67626b9.tar.gz
Give cairo_public an empty definition by default.
Add new cairo_public macro before every public function call prototype.
Diffstat (limited to 'src/cairo-xlib-xrender.h')
-rw-r--r--src/cairo-xlib-xrender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-xlib-xrender.h b/src/cairo-xlib-xrender.h
index 71b239772..cc1064fc0 100644
--- a/src/cairo-xlib-xrender.h
+++ b/src/cairo-xlib-xrender.h
@@ -45,7 +45,7 @@
CAIRO_BEGIN_DECLS
-cairo_surface_t *
+cairo_public cairo_surface_t *
cairo_xlib_surface_create_with_xrender_format (Display *dpy,
Drawable drawable,
Screen *screen,