missed a uchar* in cairo.ffi

db4
Joe Groff 2010-02-23 14:02:55 -08:00
parent 211004f7e0
commit 0975b9a268
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ cairo_format_stride_for_width ( cairo_format_t format, int width ) ;
FUNCTION: cairo_surface_t* FUNCTION: cairo_surface_t*
cairo_image_surface_create_for_data ( char* data, cairo_format_t format, int width, int height, int stride ) ; cairo_image_surface_create_for_data ( char* data, cairo_format_t format, int width, int height, int stride ) ;
FUNCTION: c-string FUNCTION: uchar*
cairo_image_surface_get_data ( cairo_surface_t* surface ) ; cairo_image_surface_get_data ( cairo_surface_t* surface ) ;
FUNCTION: cairo_format_t FUNCTION: cairo_format_t