Mercurial > emacs
diff src/macterm.h @ 76115:2bb3bf56c28d
(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
member `min_handle'.
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Sat, 24 Feb 2007 02:43:10 +0000 |
| parents | 008b1f6418fd |
| children | 2ebc26a83cc7 07774e5c3ff5 dd7c098af727 |
line wrap: on
line diff
--- a/src/macterm.h Sat Feb 24 02:43:04 2007 +0000 +++ b/src/macterm.h Sat Feb 24 02:43:10 2007 +0000 @@ -436,6 +436,9 @@ /* The position and size of the scroll bar handle track area in pixels, relative to the frame. */ Lisp_Object track_top, track_height; + + /* Minimum length of the scroll bar handle, in pixels. */ + Lisp_Object min_handle; #endif };
