Mercurial > emacs
changeset 75201:7303ce23430c
(mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.
(HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 12 Jan 2007 09:00:31 +0000 |
parents | 659905f1c3a4 |
children | bce495599d1b |
files | src/macterm.h |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macterm.h Fri Jan 12 09:00:24 2007 +0000 +++ b/src/macterm.h Fri Jan 12 09:00:31 2007 +0000 @@ -525,8 +525,8 @@ #define MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH (11) /* Size of hourglass controls */ -#define HOURGLASS_WIDTH 16 -#define HOURGLASS_HEIGHT 16 +#define HOURGLASS_WIDTH (16) +#define HOURGLASS_HEIGHT (16) /* Some constants that are used locally. */ /* Creator code for Emacs on Mac OS. */ @@ -636,9 +636,7 @@ #if USE_CG_DRAWING extern void mac_prepare_for_quickdraw P_ ((struct frame *)); #endif -#ifdef MAC_OSX extern int mac_quit_char_key_p P_ ((UInt32, UInt32)); -#endif #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0 #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0