Mercurial > hg > xemacs-beta
comparison src/window.h @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
127 /* A marker pointing to where in the text the scrollbar is pointing */ | 127 /* A marker pointing to where in the text the scrollbar is pointing */ |
128 Lisp_Object sb_point; | 128 Lisp_Object sb_point; |
129 /* Number of columns display within the window is scrolled to the left. */ | 129 /* Number of columns display within the window is scrolled to the left. */ |
130 int hscroll; | 130 int hscroll; |
131 /* Idem for the window's modeline */ | 131 /* Idem for the window's modeline */ |
132 int modeline_hscroll; | 132 Charcount modeline_hscroll; |
133 /* Amount to clip off the top line for pixel-based scrolling. Point | 133 /* Amount to clip off the top line for pixel-based scrolling. Point |
134 will remain constant but this will be incremented to | 134 will remain constant but this will be incremented to |
135 incrementally shift lines up. */ | 135 incrementally shift lines up. */ |
136 int top_yoffset; | 136 int top_yoffset; |
137 /* Amount to clip off the left of the lines for pixel-based | 137 /* Amount to clip off the left of the lines for pixel-based |