Implement getting/releasing HDC in Cairo wxGraphicsContext (wxMSW)
This commit is contained in:
@@ -184,7 +184,9 @@
|
||||
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) )
|
||||
(cairo_t* cr, double *dx, double* dy), (cr, dx, dy) ) \
|
||||
m( cairo_surface_mark_dirty, \
|
||||
(cairo_surface_t* surface), (surface))
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#define wxCAIRO_PLATFORM_METHODS(m) \
|
||||
|
||||
Reference in New Issue
Block a user