diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 1999-12-10 01:39:30 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 1999-12-10 01:39:30 +0000 |
commit | 57207f1e9c88b0e09c0c55595224f32e042bac51 (patch) | |
tree | 28ea8c9d28f8ec22c3a06529da8ab3c4ea113f17 /src/termhooks.h | |
parent | 9173543776fb12310f0083eb54f996554efa4905 (diff) | |
download | emacs-57207f1e9c88b0e09c0c55595224f32e042bac51.tar.gz |
(scroll_bar_part): Add `scroll_bar_move_ratio'.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 3cbc6dc2c05..4aa5e516690 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -71,7 +71,8 @@ enum scroll_bar_part { scroll_bar_down_arrow, scroll_bar_to_top, scroll_bar_to_bottom, - scroll_bar_end_scroll + scroll_bar_end_scroll, + scroll_bar_move_ratio }; /* Return the current position of the mouse. |