diff options
Diffstat (limited to 'src/pgtkterm.h')
| -rw-r--r-- | src/pgtkterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgtkterm.h b/src/pgtkterm.h index 20c161e63b9..e31e62ae193 100644 --- a/src/pgtkterm.h +++ b/src/pgtkterm.h | |||
| @@ -96,7 +96,7 @@ struct scroll_bar | |||
| 96 | editing large files, we establish a minimum height by always | 96 | editing large files, we establish a minimum height by always |
| 97 | drawing handle bottoms VERTICAL_SCROLL_BAR_MIN_HANDLE pixels below | 97 | drawing handle bottoms VERTICAL_SCROLL_BAR_MIN_HANDLE pixels below |
| 98 | where they would be normally; the bottom and top are in a | 98 | where they would be normally; the bottom and top are in a |
| 99 | different co-ordinate system. */ | 99 | different coordinate system. */ |
| 100 | int start, end; | 100 | int start, end; |
| 101 | 101 | ||
| 102 | /* If the scroll bar handle is currently being dragged by the user, | 102 | /* If the scroll bar handle is currently being dragged by the user, |