diff options
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/window.h b/src/window.h index b05386d978d..51a27157d59 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Window definitions for GNU Emacs. | 1 | /* Window definitions for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -123,10 +123,11 @@ struct window | |||
| 123 | Lisp_Object last_modified; | 123 | Lisp_Object last_modified; |
| 124 | /* Value of point at that time */ | 124 | /* Value of point at that time */ |
| 125 | Lisp_Object last_point; | 125 | Lisp_Object last_point; |
| 126 | /* Pointer to this window's vertical scrollbar, tagged as an | 126 | /* This window's vertical scrollbar. This field is only for use |
| 127 | integer. If this window is newly created and we haven't | 127 | by the window-system-dependent code which implements the |
| 128 | displayed a scrollbar in it yet, or if the frame doesn't have | 128 | scrollbars; it can store anything it likes here. If this |
| 129 | any scrollbars, this is nil. */ | 129 | window is newly created and we haven't displayed a scrollbar in |
| 130 | it yet, or if the frame doesn't have any scrollbars, this is nil. */ | ||
| 130 | Lisp_Object vertical_scrollbar; | 131 | Lisp_Object vertical_scrollbar; |
| 131 | 132 | ||
| 132 | /* The rest are currently not used or only half used */ | 133 | /* The rest are currently not used or only half used */ |