Mercurial > hg > xemacs-beta
comparison src/redisplay.h @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | abe6d1db359e |
children | 3078fd1074e8 |
comparison
equal
deleted
inserted
replaced
445:34f3776fcf0e | 446:1ccc32a20af4 |
---|---|
135 fiddling _does_ slow down redisplay by | 135 fiddling _does_ slow down redisplay by |
136 about 10%. So don't do that */ | 136 about 10%. So don't do that */ |
137 | 137 |
138 union /* Information specific to the type of rune */ | 138 union /* Information specific to the type of rune */ |
139 { | 139 { |
140 /* #### GLyps are are. Is it really necessary to waste 8 bytes on every | 140 /* #### GLyphs are rare. Is it really necessary to waste 8 bytes on every |
141 rune for that?! */ | 141 rune for that?! */ |
142 /* DGLYPH */ | 142 /* DGLYPH */ |
143 struct | 143 struct |
144 { | 144 { |
145 Lisp_Object glyph; | 145 Lisp_Object glyph; |