[cairo-commit] src/cairo.h
Carl Worth
cworth at kemper.freedesktop.org
Wed Jun 14 11:13:46 PDT 2006
src/cairo.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 17ea7552355d9925fb99cd4ca98cf38946f99421 (from 1599ab8fa91fd2b5b611825d1e1b46fcacfb7982)
Author: Torsten Schönfeld <kaffeetisch at gmx.de>
Date: Wed Jun 14 11:09:00 2006 -0700
Add missing cairo_public tag for cairo_image_surface_get_stride
diff --git a/src/cairo.h b/src/cairo.h
index bfd9524..5037b37 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -1377,7 +1377,7 @@ cairo_image_surface_get_width (cairo_sur
cairo_public int
cairo_image_surface_get_height (cairo_surface_t *surface);
-int
+cairo_public int
cairo_image_surface_get_stride (cairo_surface_t *surface);
#if CAIRO_HAS_PNG_FUNCTIONS
More information about the cairo-commit
mailing list