Mercurial > emacs
changeset 62104:d7baa444ded8
(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
members track_top and track_height.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 06 May 2005 08:03:47 +0000 |
parents | 2d42fd79f829 |
children | 988582b0e877 |
files | src/macterm.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macterm.h Fri May 06 08:03:24 2005 +0000 +++ b/src/macterm.h Fri May 06 08:03:47 2005 +0000 @@ -495,6 +495,12 @@ place where the user grabbed it. If the handle isn't currently being dragged, this is Qnil. */ Lisp_Object dragging; + +#ifdef USE_TOOLKIT_SCROLL_BARS + /* The position and size of the scroll bar handle track area in + pixels, relative to the frame. */ + Lisp_Object track_top, track_height; +#endif }; /* The number of elements a vector holding a struct scroll_bar needs. */