Mercurial > hg > xemacs-beta
comparison src/redisplay-x.c @ 819:6504113e7c2d
[xemacs-hg @ 2002-04-25 18:03:23 by andyp]
sync up windows branch from 21.4
author | andyp |
---|---|
date | Thu, 25 Apr 2002 18:04:24 +0000 |
parents | a5954632b187 |
children | 6728e641994e |
comparison
equal
deleted
inserted
replaced
818:accc481aef34 | 819:6504113e7c2d |
---|---|
441 else if (rb->type == RUNE_DGLYPH) | 441 else if (rb->type == RUNE_DGLYPH) |
442 { | 442 { |
443 Lisp_Object instance; | 443 Lisp_Object instance; |
444 struct display_box dbox; | 444 struct display_box dbox; |
445 struct display_glyph_area dga; | 445 struct display_glyph_area dga; |
446 | |
446 redisplay_calculate_display_boxes (dl, rb->xpos, rb->object.dglyph.xoffset, | 447 redisplay_calculate_display_boxes (dl, rb->xpos, rb->object.dglyph.xoffset, |
447 start_pixpos, rb->width, | 448 rb->object.dglyph.yoffset, start_pixpos, |
448 &dbox, &dga); | 449 rb->width, &dbox, &dga); |
449 | 450 |
450 window = wrap_window (w); | 451 window = wrap_window (w); |
451 instance = glyph_image_instance (rb->object.dglyph.glyph, | 452 instance = glyph_image_instance (rb->object.dglyph.glyph, |
452 window, ERROR_ME_DEBUG_WARN, 1); | 453 window, ERROR_ME_DEBUG_WARN, 1); |
453 findex = rb->findex; | 454 findex = rb->findex; |