]> code.delx.au - gnu-emacs/commitdiff
[HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 6 May 2005 08:02:19 +0000 (08:02 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 6 May 2005 08:02:19 +0000 (08:02 +0000)
mac/inc/config.h

index c996cce4bfd73644a66184c3ad13ba80c709afbb..c81db673ccadc8b0a3e6333b2f801b33d25de5f7 100644 (file)
@@ -91,7 +91,9 @@ Boston, MA 02111-1307, USA.  */
 /* #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 */