From e2113d5ca3b2fd53ecddc8234062a0bb7bc6ef27 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 27 Jul 2005 15:40:06 +0000 Subject: [PATCH] fixed non-cairo build svn: r461 --- src/wxcommon/Region.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wxcommon/Region.cxx b/src/wxcommon/Region.cxx index a6fbed000b..299aa38bc5 100644 --- a/src/wxcommon/Region.cxx +++ b/src/wxcommon/Region.cxx @@ -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;