Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/window.h Mon Aug 13 10:21:19 2007 +0200 +++ b/src/window.h Mon Aug 13 10:22:03 2007 +0200 @@ -126,6 +126,8 @@ Lisp_Object sb_point; /* Number of columns display within the window is scrolled to the left. */ int hscroll; + /* Idem for the window's modeline */ + int modeline_hscroll; /* Number saying how recently window was selected */ Lisp_Object use_time; /* text.modified of displayed buffer as of last time display completed */