From: YAMAMOTO Mitsuharu Date: Fri, 6 May 2005 08:02:19 +0000 (+0000) Subject: [HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS. X-Git-Tag: ttn-vms-21-2-B4~508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c9a39ee4e3406c83f21998673cbb00366b6142a;p=emacs.git [HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS. --- diff --git a/mac/inc/config.h b/mac/inc/config.h index c996cce4bfd..c81db673cca 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h @@ -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 */