Mercurial > hg > xemacs-beta
comparison src/redisplay.h @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | ac2d302a0011 |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
283 int width; | 283 int width; |
284 int height; /* always ascent + descent; for convenience */ | 284 int height; /* always ascent + descent; for convenience */ |
285 int ascent; | 285 int ascent; |
286 int descent; | 286 int descent; |
287 | 287 |
288 char proportional_p; | 288 int proportional_p; |
289 }; | 289 }; |
290 | 290 |
291 /* NOTE NOTE NOTE: Currently the positions in an extent fragment | 291 /* NOTE NOTE NOTE: Currently the positions in an extent fragment |
292 structure are Bytind's, not Bufpos's. This could change. */ | 292 structure are Bytind's, not Bufpos's. This could change. */ |
293 | 293 |