From 469094b14248da8e3ec9eafcd842f570bb3cbde9 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 6 May 2005 08:03:47 +0000 Subject: [PATCH] (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New members track_top and track_height. --- src/macterm.h | 6 ++++++ 1 file changed, 6 insertions(+) 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. */ -- 2.39.2