comparison src/window.h @ 257:65c19d2020f7 r20-5b27

Import from CVS: tag r20-5b27
author cvs
date Mon, 13 Aug 2007 10:22:03 +0200
parents 677f6a0ee643
children c5d627a313b1
comparison
equal deleted inserted replaced
256:19076a51efde 257:65c19d2020f7
124 Lisp_Object pointm[3]; 124 Lisp_Object pointm[3];
125 /* A marker pointing to where in the text the scrollbar is pointing */ 125 /* A marker pointing to where in the text the scrollbar is pointing */
126 Lisp_Object sb_point; 126 Lisp_Object sb_point;
127 /* Number of columns display within the window is scrolled to the left. */ 127 /* Number of columns display within the window is scrolled to the left. */
128 int hscroll; 128 int hscroll;
129 /* Idem for the window's modeline */
130 int modeline_hscroll;
129 /* Number saying how recently window was selected */ 131 /* Number saying how recently window was selected */
130 Lisp_Object use_time; 132 Lisp_Object use_time;
131 /* text.modified of displayed buffer as of last time display completed */ 133 /* text.modified of displayed buffer as of last time display completed */
132 Lisp_Object last_modified[3]; 134 Lisp_Object last_modified[3];
133 /* Value of point at that time */ 135 /* Value of point at that time */