changeset 62101:ad0379779256

[HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 06 May 2005 08:02:19 +0000
parents e5deb8b3a701
children b710f3bc2da3
files mac/inc/config.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/inc/config.h	Fri May 06 08:01:13 2005 +0000
+++ b/mac/inc/config.h	Fri May 06 08:02:19 2005 +0000
@@ -91,7 +91,9 @@
 /* #undef HAVE_XAW3D */
 
 /* Define if we should use toolkit scroll bars.  */
-/* #undef USE_TOOLKIT_SCROLL_BARS */
+#ifdef HAVE_CARBON
+#define USE_TOOLKIT_SCROLL_BARS 1
+#endif
 
 /* Define if we should use XIM, if it is available.  */
 /* #undef USE_XIM */