changeset 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 d14fbfc5dd8e
children dc7b269dfb43
files src/macterm.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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
 };