Mercurial > emacs
diff src/macgui.h @ 81408:c5c3c338808a
(USE_MAC_TOOLBAR): New define.
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Thu, 14 Jun 2007 08:39:07 +0000 |
| parents | 9ced7a45e259 |
| children | 0e17f76d05e4 3619e7770f2e |
line wrap: on
line diff
--- a/src/macgui.h Thu Jun 14 08:38:52 2007 +0000 +++ b/src/macgui.h Thu Jun 14 08:39:07 2007 +0000 @@ -117,6 +117,13 @@ #endif #endif +/* Whether to use HIToolbar. */ +#ifndef USE_MAC_TOOLBAR +#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1030 && MAC_OS_X_VERSION_MIN_REQUIRED != 1020 +#define USE_MAC_TOOLBAR 1 +#endif +#endif + typedef WindowRef Window; typedef GWorldPtr Pixmap;
