diff options
| author | YAMAMOTO Mitsuharu | 2007-01-12 09:00:54 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-01-12 09:00:54 +0000 |
| commit | 37370cea413fbc327d9288823afead232c4bc2aa (patch) | |
| tree | c498840211251d182c4f15bfc47d9042b9da5d9b /src/macterm.h | |
| parent | c857519ff4b1c72e69271ac1d3285adbd155eaa6 (diff) | |
| download | emacs-37370cea413fbc327d9288823afead232c4bc2aa.tar.gz emacs-37370cea413fbc327d9288823afead232c4bc2aa.zip | |
(mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.
(HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions.
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/macterm.h b/src/macterm.h index 7e1af24f37e..121b301f172 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -525,8 +525,8 @@ struct scroll_bar { | |||
| 525 | #define MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH (11) | 525 | #define MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH (11) |
| 526 | 526 | ||
| 527 | /* Size of hourglass controls */ | 527 | /* Size of hourglass controls */ |
| 528 | #define HOURGLASS_WIDTH 16 | 528 | #define HOURGLASS_WIDTH (16) |
| 529 | #define HOURGLASS_HEIGHT 16 | 529 | #define HOURGLASS_HEIGHT (16) |
| 530 | 530 | ||
| 531 | /* Some constants that are used locally. */ | 531 | /* Some constants that are used locally. */ |
| 532 | /* Creator code for Emacs on Mac OS. */ | 532 | /* Creator code for Emacs on Mac OS. */ |
| @@ -636,9 +636,7 @@ extern void do_apple_menu P_ ((SInt16)); | |||
| 636 | #if USE_CG_DRAWING | 636 | #if USE_CG_DRAWING |
| 637 | extern void mac_prepare_for_quickdraw P_ ((struct frame *)); | 637 | extern void mac_prepare_for_quickdraw P_ ((struct frame *)); |
| 638 | #endif | 638 | #endif |
| 639 | #ifdef MAC_OSX | ||
| 640 | extern int mac_quit_char_key_p P_ ((UInt32, UInt32)); | 639 | extern int mac_quit_char_key_p P_ ((UInt32, UInt32)); |
| 641 | #endif | ||
| 642 | 640 | ||
| 643 | #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0 | 641 | #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0 |
| 644 | #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0 | 642 | #define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0 |