fixed non-cairo build

svn: r461
This commit is contained in:
Matthew Flatt 2005-07-27 15:40:06 +00:00
parent 3e7b02cbb9
commit e2113d5ca3

View File

@ -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;