diff options
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h index 6714add1878..54208354e2c 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -519,6 +519,10 @@ struct scroll_bar { | |||
| 519 | text from glomming up against the scroll bar */ | 519 | text from glomming up against the scroll bar */ |
| 520 | #define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0) | 520 | #define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0) |
| 521 | 521 | ||
| 522 | /* Variations of possible Aqua scroll bar width. */ | ||
| 523 | #define MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH (15) | ||
| 524 | #define MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH (11) | ||
| 525 | |||
| 522 | /* Size of hourglass controls */ | 526 | /* Size of hourglass controls */ |
| 523 | #define HOURGLASS_WIDTH 16 | 527 | #define HOURGLASS_WIDTH 16 |
| 524 | #define HOURGLASS_HEIGHT 16 | 528 | #define HOURGLASS_HEIGHT 16 |