Mercurial > emacs
diff src/macterm.h @ 69302:65ed574e7a16
(MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
(MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Mon, 06 Mar 2006 07:56:41 +0000 |
| parents | e73ccb5d8bde |
| children | 8eb564c8e819 414faf8dce4e a7364c1a561e |
line wrap: on
line diff
--- a/src/macterm.h Mon Mar 06 07:56:29 2006 +0000 +++ b/src/macterm.h Mon Mar 06 07:56:41 2006 +0000 @@ -519,6 +519,10 @@ text from glomming up against the scroll bar */ #define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0) +/* Variations of possible Aqua scroll bar width. */ +#define MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH (15) +#define MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH (11) + /* Size of hourglass controls */ #define HOURGLASS_WIDTH 16 #define HOURGLASS_HEIGHT 16
