using graphics context for core graphics switch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,6 +34,15 @@
|
|||||||
#define wxMAC_USE_CORE_GRAPHICS 1
|
#define wxMAC_USE_CORE_GRAPHICS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* wxMAC_USE_CORE_GRAPHICS is now implemented in terms of wxUSE_GRAPHICS_CONTEXT
|
||||||
|
*/
|
||||||
|
|
||||||
|
#if wxMAC_USE_CORE_GRAPHICS
|
||||||
|
#undef wxUSE_GRAPHICS_CONTEXT
|
||||||
|
#define wxUSE_GRAPHICS_CONTEXT 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* check graphics context option
|
* check graphics context option
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user