Mercurial > hg > xemacs-beta
diff src/redisplay.h @ 432:3a7e78e1142d r21-2-24
Import from CVS: tag r21-2-24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:58 +0200 |
parents | a5df635868b2 |
children | 84b14dcb0985 |
line wrap: on
line diff
--- a/src/redisplay.h Mon Aug 13 11:29:10 2007 +0200 +++ b/src/redisplay.h Mon Aug 13 11:29:58 2007 +0200 @@ -97,7 +97,7 @@ #### This should really be made smaller. */ - + typedef struct rune rune; struct rune { @@ -121,12 +121,12 @@ this. */ /* #### This isn't used as an rvalue anywhere! remove! */ - - + + short xpos; /* horizontal starting position in pixels */ short width; /* pixel width of rune */ - - + + unsigned char cursor_type; /* is this rune covered by the cursor? */ unsigned char type; /* type of rune object */ /* We used to do bitfields here, but if I