use native toolbar, font dialog and CG by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-09 12:10:24 +00:00
parent 5482ee0766
commit c3f1f8d82c

View File

@@ -31,7 +31,7 @@
*/
#ifndef wxMAC_USE_CORE_GRAPHICS
#define wxMAC_USE_CORE_GRAPHICS 0
#define wxMAC_USE_CORE_GRAPHICS 1
#endif
/*
@@ -46,7 +46,7 @@
*/
#ifndef wxMAC_USE_NATIVE_TOOLBAR
#define wxMAC_USE_NATIVE_TOOLBAR 0
#define wxMAC_USE_NATIVE_TOOLBAR 1
#endif
#endif