Mercurial > hg > xemacs-beta
comparison src/window.h @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | 501cfd01ee6d |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
182 | 182 |
183 /* If redisplay in this window goes beyond this buffer position, | 183 /* If redisplay in this window goes beyond this buffer position, |
184 must run the redisplay-end-trigger-functions. */ | 184 must run the redisplay-end-trigger-functions. */ |
185 Lisp_Object redisplay_end_trigger; | 185 Lisp_Object redisplay_end_trigger; |
186 | 186 |
187 /* Set by the extent code when extents in the gutter are changed. */ | |
188 int gutter_extent_modiff[4]; | |
189 | |
187 /* Set by redisplay to the last position seen. This is used | 190 /* Set by redisplay to the last position seen. This is used |
188 to implement the redisplay-end-trigger-functions. */ | 191 to implement the redisplay-end-trigger-functions. */ |
189 Bufpos last_redisplay_pos; | 192 Bufpos last_redisplay_pos; |
190 | 193 |
191 #define WINDOW_SLOT_DECLARATION | 194 #define WINDOW_SLOT_DECLARATION |