Mercurial > hg > xemacs-beta
comparison src/redisplay-gtk.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 | 285f13b079f3 |
children | 6728e641994e |
comparison
equal
deleted
inserted
replaced
818:accc481aef34 | 819:6504113e7c2d |
---|---|
420 { | 420 { |
421 Lisp_Object instance; | 421 Lisp_Object instance; |
422 struct display_box dbox; | 422 struct display_box dbox; |
423 struct display_glyph_area dga; | 423 struct display_glyph_area dga; |
424 redisplay_calculate_display_boxes (dl, rb->xpos, rb->object.dglyph.xoffset, | 424 redisplay_calculate_display_boxes (dl, rb->xpos, rb->object.dglyph.xoffset, |
425 start_pixpos, rb->width, | 425 rb->object.dglyph.yoffset ,start_pixpos, |
426 &dbox, &dga); | 426 rb->width, &dbox, &dga); |
427 | 427 |
428 window = wrap_window (w); | 428 window = wrap_window (w); |
429 instance = glyph_image_instance (rb->object.dglyph.glyph, | 429 instance = glyph_image_instance (rb->object.dglyph.glyph, |
430 window, ERROR_ME_DEBUG_WARN, 1); | 430 window, ERROR_ME_DEBUG_WARN, 1); |
431 findex = rb->findex; | 431 findex = rb->findex; |