diff options
| author | YAMAMOTO Mitsuharu | 2006-03-06 07:57:01 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-03-06 07:57:01 +0000 |
| commit | 48b60fa17cc2a976656acddadccaa2d7ee52eb19 (patch) | |
| tree | 23b4cd0f4c5fea540f3b1ad36a3a6188920a6e1c /src/macterm.h | |
| parent | a3510ffafb7f71cc71a51ac9af73f2c07ff0a1e0 (diff) | |
| download | emacs-48b60fa17cc2a976656acddadccaa2d7ee52eb19.tar.gz emacs-48b60fa17cc2a976656acddadccaa2d7ee52eb19.zip | |
(MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
(MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
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 |