summaryrefslogtreecommitdiff
path: root/src/macterm.h
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-02-24 02:43:20 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-02-24 02:43:20 +0000
commitcd2e39625aad9c039347eb048fb41ad7b8ec4b2c (patch)
treea1fc834b7e204b30b3759cd6bd9f71345a6b2883 /src/macterm.h
parent4d5724e587b5a9f5b91a4b2976e81996e9980fe2 (diff)
downloademacs-cd2e39625aad9c039347eb048fb41ad7b8ec4b2c.tar.gz
(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
member `min_handle'.
Diffstat (limited to 'src/macterm.h')
-rw-r--r--src/macterm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h
index d56287c348c..3d0b41f6efe 100644
--- a/src/macterm.h
+++ b/src/macterm.h
@@ -436,6 +436,9 @@ struct scroll_bar {
/* 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
};