]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/region.mm
Forward-ported wxPython-bindings related cleanup from 2.9.0 branch
[wxWidgets.git] / src / cocoa / region.mm
index 04f2c15fe0a53b15236850dd64dc7e376cc97df3..14cd20984f5e564c2f637418c555635e653c0d54 100644 (file)
@@ -1,14 +1,25 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        cocoa/region.mm
+// Name:        src/cocoa/region.mm
 // Purpose:     wxRegion class
 // Author:      David Elliott
-// Modified by: 
+// Modified by:
 // Created:     2004/04/12
 // RCS-ID:      $Id$
 // Copyright:   (c) 2004 David Elliott
-// Licence:     wxWindows licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
+// ============================================================================
+// declarations
+// ============================================================================
+
+// ----------------------------------------------------------------------------
+// headers
+// ----------------------------------------------------------------------------
+
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/region.h"
 
 #import <Foundation/NSGeometry.h>
@@ -33,4 +44,3 @@ wxRegion::wxRegion(const NSRect *rects, int count)
         Union(NSRectToWxRect(rects[i]));
     }
 }
-