diff options
| author | Stefan Monnier | 1999-12-10 01:39:30 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-12-10 01:39:30 +0000 |
| commit | 57207f1e9c88b0e09c0c55595224f32e042bac51 (patch) | |
| tree | 28ea8c9d28f8ec22c3a06529da8ab3c4ea113f17 | |
| parent | 9173543776fb12310f0083eb54f996554efa4905 (diff) | |
| download | emacs-57207f1e9c88b0e09c0c55595224f32e042bac51.tar.gz emacs-57207f1e9c88b0e09c0c55595224f32e042bac51.zip | |
(scroll_bar_part): Add `scroll_bar_move_ratio'.
| -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 { | |||
| 71 | scroll_bar_down_arrow, | 71 | scroll_bar_down_arrow, |
| 72 | scroll_bar_to_top, | 72 | scroll_bar_to_top, |
| 73 | scroll_bar_to_bottom, | 73 | scroll_bar_to_bottom, |
| 74 | scroll_bar_end_scroll | 74 | scroll_bar_end_scroll, |
| 75 | scroll_bar_move_ratio | ||
| 75 | }; | 76 | }; |
| 76 | 77 | ||
| 77 | /* Return the current position of the mouse. | 78 | /* Return the current position of the mouse. |