From: Václav Slavík Date: Wed, 29 Aug 2001 21:14:01 +0000 (+0000) Subject: oops, forgot to check in a wxMGL define X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a9a8c02ff3e1d09e3f8c7666ff87e24d10c9c588 oops, forgot to check in a wxMGL define git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 923af01585..a83a5b9b81 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2043,7 +2043,7 @@ typedef struct _PangoFontDescription PangoFontDescription; #endif // GTK #ifdef __WXMGL__ -typedef void *WXWidget; // FIXME_MGL - type-safe +typedef struct window_t *WXWidget; #endif // MGL // This is required because of clashing macros in windows.h, which may be