Initial Commit of full native bitmap macOS implementation
Right now, to better test regressions, with dual implementation
This commit is contained in:
committed by
Vadim Zeitlin
parent
a5aa044a7b
commit
e7d21f6638
@@ -2584,7 +2584,6 @@ typedef int (* LINKAGEMODE wxListIterateFunction)(void *current);
|
||||
|
||||
#define WX_OPAQUE_TYPE( name ) struct wxOpaque##name
|
||||
|
||||
typedef void* WXHBITMAP;
|
||||
typedef void* WXHCURSOR;
|
||||
typedef void* WXRECTPTR;
|
||||
typedef void* WXPOINTPTR;
|
||||
@@ -2628,6 +2627,7 @@ DECLARE_WXOSX_OPAQUE_CGREF( CGFont )
|
||||
typedef CGColorRef WXCOLORREF;
|
||||
typedef CGImageRef WXCGIMAGEREF;
|
||||
typedef CGContextRef WXHDC;
|
||||
typedef CGContextRef WXHBITMAP;
|
||||
|
||||
/*
|
||||
* carbon
|
||||
|
Reference in New Issue
Block a user