2.7.1 default options for wxMac
Vadim Zeitlin
vadim at wxwindows.org
Mon Oct 9 05:01:25 PDT 2006
Hi (Stefan),
I currently have the following changes in my local tree:
Index: include/wx/mac/carbon/chkconf.h
===================================================================
RCS file: /pack/cvsroots/wxwidgets/wxWidgets/include/wx/mac/carbon/chkconf.h,v
retrieving revision 1.10
diff -B -b -u -2 -r1.10 chkconf.h
--- include/wx/mac/carbon/chkconf.h 2006/10/05 22:53:06 1.10
+++ include/wx/mac/carbon/chkconf.h 2006/10/09 12:00:10
@@ -32,5 +32,5 @@
#ifndef wxMAC_USE_CORE_GRAPHICS
- #define wxMAC_USE_CORE_GRAPHICS 0
+ #define wxMAC_USE_CORE_GRAPHICS 1
#endif
@@ -47,5 +47,5 @@
#ifndef wxMAC_USE_NATIVE_TOOLBAR
- #define wxMAC_USE_NATIVE_TOOLBAR 0
+ #define wxMAC_USE_NATIVE_TOOLBAR 1
#endif
Index: include/wx/fontdlg.h
===================================================================
RCS file: /pack/cvsroots/wxwidgets/wxWidgets/include/wx/fontdlg.h,v
retrieving revision 1.32
diff -B -b -u -2 -r1.32 fontdlg.h
--- include/wx/fontdlg.h 2006/03/30 14:03:56 1.32
+++ include/wx/fontdlg.h 2006/10/08 23:46:43
@@ -77,5 +77,5 @@
#if defined( __WXMAC_OSX__ ) && ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 )
//set to 1 to use native mac font and color dialogs
-#define USE_NATIVE_FONT_DIALOG_FOR_MACOSX 0
+#define USE_NATIVE_FONT_DIALOG_FOR_MACOSX 1
#else
//not supported on these platforms, leave 0
Should I commit them, i.e. should we use the native toolbar and font
dialog and CG by default in 2.7.1?
Thanks,
VZ
More information about the wx-dev
mailing list