fixed non-cairo build
svn: r461
This commit is contained in:
parent
3e7b02cbb9
commit
e2113d5ca3
|
@ -34,6 +34,10 @@ typedef struct {
|
|||
# define PATH_GP ((GraphicsPath *)target)
|
||||
#endif
|
||||
|
||||
#ifndef WX_USE_CAIRO
|
||||
typedef cairo_matrix_p int;
|
||||
#endif
|
||||
|
||||
wxRegion::wxRegion(wxDC *_dc, wxRegion *r, Bool _no_prgn)
|
||||
{
|
||||
dc = _dc;
|
||||
|
|
Loading…
Reference in New Issue
Block a user