From: Joe Groff Date: Tue, 23 Feb 2010 22:02:55 +0000 (-0800) Subject: missed a uchar* in cairo.ffi X-Git-Tag: 0.97~4823 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=0975b9a268cda8012140f176680e564b95da90ed missed a uchar* in cairo.ffi --- diff --git a/basis/cairo/ffi/ffi.factor b/basis/cairo/ffi/ffi.factor index dc68af64dc..c4700d2dad 100644 --- a/basis/cairo/ffi/ffi.factor +++ b/basis/cairo/ffi/ffi.factor @@ -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