X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..f4e325b3df3d4c0b3ca21d4d1781acab6a488e4c:/include/wx/msw/region.h diff --git a/include/wx/msw/region.h b/include/wx/msw/region.h index c660a62f72..0ac45586ec 100644 --- a/include/wx/msw/region.h +++ b/include/wx/msw/region.h @@ -5,12 +5,12 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __REGIONH__ -#define __REGIONH__ +#ifndef _WX_REGION_H_ +#define _WX_REGION_H_ #ifdef __GNUG__ #pragma interface "region.h" @@ -42,6 +42,7 @@ public: wxRegion(long x, long y, long w, long h); wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight); wxRegion(const wxRect& rect); + wxRegion(WXHRGN hRegion); // Hangs on to this region wxRegion(void); ~wxRegion(void); @@ -133,4 +134,4 @@ private: }; #endif - // __REGIONH__ + // _WX_REGION_H_