Mercurial > hg > xemacs-beta
comparison src/redisplay-x.c @ 14:9ee227acff29 r19-15b90
Import from CVS: tag r19-15b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:42 +0200 |
parents | 376386a54a3c |
children | 0293115a14e9 |
comparison
equal
deleted
inserted
replaced
13:13c6d0aaafe5 | 14:9ee227acff29 |
---|---|
460 /* #### This is way losing. See the comment in | 460 /* #### This is way losing. See the comment in |
461 add_glyph_rune(). */ | 461 add_glyph_rune(). */ |
462 Lisp_Object string = | 462 Lisp_Object string = |
463 XIMAGE_INSTANCE_TEXT_STRING (instance); | 463 XIMAGE_INSTANCE_TEXT_STRING (instance); |
464 convert_bufbyte_string_into_emchar_dynarr | 464 convert_bufbyte_string_into_emchar_dynarr |
465 (string_data (XSTRING (string)), | 465 (XSTRING_DATA (string), XSTRING_LENGTH (string), buf); |
466 string_length (XSTRING (string)), | |
467 buf); | |
468 | 466 |
469 x_output_string (w, dl, buf, xpos, | 467 x_output_string (w, dl, buf, xpos, |
470 rb->object.dglyph.xoffset, | 468 rb->object.dglyph.xoffset, |
471 start_pixpos, -1, findex, | 469 start_pixpos, -1, findex, |
472 (rb->cursor_type == CURSOR_ON), | 470 (rb->cursor_type == CURSOR_ON), |