]> gitweb.factorcode.org Git - factor.git/commitdiff
missed a uchar* in cairo.ffi
authorJoe Groff <arcata@gmail.com>
Tue, 23 Feb 2010 22:02:55 +0000 (14:02 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 23 Feb 2010 22:02:55 +0000 (14:02 -0800)
basis/cairo/ffi/ffi.factor

index dc68af64dc1f63cc560c7246499f2cb714542537..c4700d2dadec0adbb1b05dd9ee4205951a8e3854 100644 (file)
@@ -788,7 +788,7 @@ cairo_format_stride_for_width ( cairo_format_t format, int width ) ;
 FUNCTION: cairo_surface_t*
 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 ) ;
 
 FUNCTION: cairo_format_t