X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9ec987a36b73cecaa6e99e6502023ca516fde97..b512ed93206f70d502c52df705cad47c3ba2cc7f:/src/cocoa/region.mm diff --git a/src/cocoa/region.mm b/src/cocoa/region.mm index 04f2c15fe0..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: wxWindows licence +// 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])); } } -