From: YAMAMOTO Mitsuharu Date: Fri, 6 May 2005 08:03:47 +0000 (+0000) Subject: (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New X-Git-Tag: ttn-vms-21-2-B4~505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=469094b14248da8e3ec9eafcd842f570bb3cbde9;p=emacs.git (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New members track_top and track_height. --- diff --git a/src/macterm.h b/src/macterm.h index 127c00b077b..55a5593077c 100644 --- a/src/macterm.h +++ b/src/macterm.h @@ -495,6 +495,12 @@ struct scroll_bar { 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. */