From: Stefan Csomor Date: Wed, 25 Mar 2009 10:20:11 +0000 (+0000) Subject: better native types for carbon X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/43c5b6e808f083617eb42cb48e77366844f8fb5c better native types for carbon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 1391858c3a..69212fd8b0 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2618,8 +2618,8 @@ typedef unsigned short WXWORD; typedef WX_OPAQUE_TYPE(PicHandle ) * WXHMETAFILE ; #if wxOSX_USE_CARBON -typedef WX_OPAQUE_TYPE(ControlRef ) * WXWidget ; -typedef WX_OPAQUE_TYPE(WindowRef) * WXWindow ; +typedef struct OpaqueControlRef* WXWidget ; +typedef struct OpaqueWindowPtr* WXWindow ; typedef struct __AGLPixelFormatRec *WXGLPixelFormat; typedef struct __AGLContextRec *WXGLContext; #endif