]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/region.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / gtk1 / region.h
index 6704c3e4c80ba863da74883603901139ff08705f..8647b94b80f8b963a802862c42102556a11ec535 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/gtk1/region.h
 // Purpose:
 // Author:      Robert Roebling
 // Name:        wx/gtk1/region.h
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -37,7 +36,7 @@ public:
         InitRect(rect.x, rect.y, rect.width, rect.height);
     }
 
         InitRect(rect.x, rect.y, rect.width, rect.height);
     }
 
-    wxRegion( size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
+    wxRegion( size_t n, const wxPoint *points, wxPolygonFillMode fillStyle = wxODDEVEN_RULE );
 
     wxRegion( const wxBitmap& bmp)
     {
 
     wxRegion( const wxBitmap& bmp)
     {