]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/private.h
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git] / include / wx / mgl / private.h
index fe1544e62223477e80a7b92289adad6ae6e1b972..02c174f892229b3e4b766bbdfb7f134a78963951 100644 (file)
@@ -6,7 +6,7 @@
 // Author:      Vaclav Slavik
 // Created:     2001/04/07
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 Vaclav Slavik
+// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -23,6 +23,7 @@ class WXDLLEXPORT wxBitmap;
 // ---------------------------------------------------------------------------
 
 extern MGLDevCtx *g_displayDC;
+extern winmng_t  *g_winMng;
 
 // ---------------------------------------------------------------------------
 // helper functions
@@ -48,4 +49,7 @@ public:
 };
 
 
+extern bool wxCreateMGL_WM();
+extern void wxDestroyMGL_WM();
+
 #endif // _WX_PRIVATE_H_