better native types for carbon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user