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:
parent
b1f3b29c42
commit
8946d7fd68
@ -34,6 +34,15 @@
|
||||
#define wxMAC_USE_CORE_GRAPHICS 1
|
||||
#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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user