comparison src/redisplay.h @ 450:98528da0b7fc r21-2-40

Import from CVS: tag r21-2-40
author cvs
date Mon, 13 Aug 2007 11:39:20 +0200
parents 3078fd1074e8
children af57a77cbc92
comparison
equal deleted inserted replaced
449:c83749d23eb5 450:98528da0b7fc
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 /* #### GLyphs are rare. 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;