]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/region.h
removed unsecure wxTmpnam() function (patch by Francesco Montorsi)
[wxWidgets.git] / include / wx / os2 / region.h
index a2a669b0de043ce7c23cd91e5db9e43a896f4b34..f4e2235cc08a41c459b3dceb3e8d2e4fb926f859 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        region.h
+// Name:        wx/os2/region.h
 // Purpose:     wxRegion class
 // Author:      David Webster
 // Modified by:
@@ -28,6 +28,7 @@ public:
             );
     wxRegion(const wxRect& rRect);
     wxRegion(WXHRGN hRegion, WXHDC hPS); // Hangs on to this region
+    wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
     wxRegion( const wxBitmap& bmp)
     {
         Union(bmp);