comparison src/redisplay-output.c @ 638:373ced43e288

[xemacs-hg @ 2001-07-26 21:10:44 by adrian] [PATCH APPROVE COMMIT 21.5 RECOMMEND 21.4 21.1] xemacs-21.5: typo fixes of of this this nature for src/ <ofq7gzz8.fsf@ecf.teradyne.com>
author adrian
date Thu, 26 Jul 2001 21:10:48 +0000
parents 0784d089fdc9
children fdefd0186b75
comparison
equal deleted inserted replaced
637:2538b7200a20 638:373ced43e288
269 update_subwindow (). */ 269 update_subwindow (). */
270 if (image_instance_changed (image) || 270 if (image_instance_changed (image) ||
271 crb->findex != drb->findex || 271 crb->findex != drb->findex ||
272 WINDOW_FACE_CACHEL_DIRTY (w, drb->findex)) 272 WINDOW_FACE_CACHEL_DIRTY (w, drb->findex))
273 { 273 {
274 /* We now now we are going to re-output the glyph, but since 274 /* Now we are going to re-output the glyph, but since
275 this is for some internal reason not related to geometry 275 this is for some internal reason not related to geometry
276 changes, send a hint to the output routines that they can 276 changes, send a hint to the output routines that they can
277 take some short cuts. This is most useful for 277 take some short cuts. This is most useful for
278 layouts. This flag should get reset by the output 278 layouts. This flag should get reset by the output
279 routines. 279 routines.