Add cairo_image_surface_get_[width|height] to the wxCairo dynamic importer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2014-09-24 02:03:50 +00:00
parent 1b9caedbcd
commit 175c299666

View File

@ -214,6 +214,10 @@
(cairo_format_t format, int width), (format, width), 0) \
m( int, cairo_version, \
(), (), 0) \
m( int, cairo_image_surface_get_width, \
(cairo_surface_t *surface), (surface), 0) \
m( int, cairo_image_surface_get_height, \
(cairo_surface_t *surface), (surface), 0) \
m( int, cairo_image_surface_get_stride, \
(cairo_surface_t *surface), (surface), 0) \
m( unsigned char *, cairo_image_surface_get_data, \