]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/private.h
rename Inside(x,y) parameters to avoid gcc warnings about parameters shadowing member...
[wxWidgets.git] / include / wx / mgl / private.h
index b4238f08a2695892acc6eb3656c81f6fcfefd398..6b56a9d0b10a495a23a10c16541681ce3bcf75c7 100644 (file)
@@ -1,19 +1,25 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        private.h
 // Purpose:     Private declarations: as this header is only included by
-//              wxWindows itself, it may contain identifiers which don't start
+//              wxWidgets itself, it may contain identifiers which don't start
 //              with "wx".
 // Author:      Vaclav Slavik
 // Created:     2001/04/07
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef _WX_PRIVATE_H_
-#define _WX_PRIVATE_H_
+#ifndef _WX_MGL_PRIVATE_H_
+#define _WX_MGL_PRIVATE_H_
 
+#include "wx/ioswrap.h"
 #include <mgraph.hpp>
+#include "pmapi.h"
+
+// the scitech headers define true and false
+#undef true
+#undef false
 
 class WXDLLEXPORT wxBitmap;
 
@@ -33,9 +39,9 @@ extern winmng_t  *g_winMng;
 // This function converts wxBitmap into pixpattern24_t representation
 // (used by wxBrush and wxPen)
 
-extern void wxBitmapToPixPattern(const wxBitmap& bitmap, 
+extern void wxBitmapToPixPattern(const wxBitmap& bitmap,
                                  pixpattern24_t *pix, pattern_t *mask);
-                       
+
 
 // Sets current DC and restores previous one upon destruction:
 class wxCurrentDCSwitcher
@@ -49,4 +55,4 @@ public:
 };
 
 
-#endif // _WX_PRIVATE_H_
+#endif // _WX_MGL_PRIVATE_H_