X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/065e208ec09e3d08d51d9604497f92f53c210f93..3f7fce73bf99d65bbd04df1468207bf893b9a938:/src/cocoa/region.mm diff --git a/src/cocoa/region.mm b/src/cocoa/region.mm index b8ed91676f..14cd20984f 100644 --- a/src/cocoa/region.mm +++ b/src/cocoa/region.mm @@ -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: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// +// ============================================================================ +// declarations +// ============================================================================ + +// ---------------------------------------------------------------------------- +// headers +// ---------------------------------------------------------------------------- + +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/region.h" #import @@ -33,4 +44,3 @@ wxRegion::wxRegion(const NSRect *rects, int count) Union(NSRectToWxRect(rects[i])); } } -