X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..159b66c02a8f1c724d1af3c768ad5d90f4c8a0e2:/include/wx/mgl/private.h diff --git a/include/wx/mgl/private.h b/include/wx/mgl/private.h index fe1544e622..02c174f892 100644 --- a/include/wx/mgl/private.h +++ b/include/wx/mgl/private.h @@ -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_