Add missing reference to dynamically loaded Cairo API
This commit is contained in:
parent
8e2cac22ba
commit
36f84d0257
1 changed files with 2 additions and 0 deletions
|
|
@ -183,6 +183,8 @@
|
|||
(cairo_t *cr, const cairo_font_options_t* options), (cr, options) ) \
|
||||
m( cairo_get_font_options, \
|
||||
(cairo_t* cr, cairo_font_options_t* options), (cr, options) ) \
|
||||
m( cairo_user_to_device_distance, \
|
||||
(cairo_t* cr, double *dx, double* dy), (cr, dx, dy) )
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#define wxCAIRO_PLATFORM_METHODS(m) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue