diff options
author | Benjamin Otte <otte@gnome.org> | 2009-09-17 10:42:12 +0200 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-11-04 15:50:12 +0100 |
commit | fd0e861ddbc44544a5a9c65a557fc02f81979fa9 (patch) | |
tree | 9069961ac66121053f7c9a617f0629db761ae1db /src/cairoint.h | |
parent | a9f37953c71e16f65122097462e51b035783a965 (diff) |
Export cairo_image_surface_create_with_pixman_format()
The function is necessary for all users that need to support arbitrary
pixman formats, where the cairo_format_t enum is not enough.
Diffstat (limited to 'src/cairoint.h')
-rw-r--r-- | src/cairoint.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cairoint.h b/src/cairoint.h index 5912173f..7ea5d164 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -2181,13 +2181,6 @@ _pixman_format_to_masks (pixman_format_code_t pixman_format, cairo_format_masks_t *masks); cairo_private cairo_surface_t * -_cairo_image_surface_create_with_pixman_format (unsigned char *data, - pixman_format_code_t pixman_format, - int width, - int height, - int stride); - -cairo_private cairo_surface_t * _cairo_image_surface_create_with_masks (unsigned char *data, cairo_format_masks_t *format, int width, |