aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macterm.h6
1 files changed, 6 insertions, 0 deletions
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 {
495 place where the user grabbed it. If the handle isn't currently 495 place where the user grabbed it. If the handle isn't currently
496 being dragged, this is Qnil. */ 496 being dragged, this is Qnil. */
497 Lisp_Object dragging; 497 Lisp_Object dragging;
498
499#ifdef USE_TOOLKIT_SCROLL_BARS
500 /* The position and size of the scroll bar handle track area in
501 pixels, relative to the frame. */
502 Lisp_Object track_top, track_height;
503#endif
498}; 504};
499 505
500/* The number of elements a vector holding a struct scroll_bar needs. */ 506/* The number of elements a vector holding a struct scroll_bar needs. */