Mercurial > hg > xemacs-beta
comparison src/glyphs.c @ 82:6a378aca36af r20-0b91
Import from CVS: tag r20-0b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:07:36 +0200 |
parents | 54cc21c15cbb |
children | ac0620f6398e |
comparison
equal
deleted
inserted
replaced
81:ebca3d831cea | 82:6a378aca36af |
---|---|
2377 unsigned char charsets[NUM_LEADING_BYTES]; | 2377 unsigned char charsets[NUM_LEADING_BYTES]; |
2378 struct face_cachel frame_cachel; | 2378 struct face_cachel frame_cachel; |
2379 struct face_cachel *cachel; | 2379 struct face_cachel *cachel; |
2380 | 2380 |
2381 find_charsets_in_bufbyte_string (charsets, | 2381 find_charsets_in_bufbyte_string (charsets, |
2382 XSTRING_DATA (string), | 2382 XSTRING_DATA (string), |
2383 XSTRING_LENGTH (string)); | 2383 XSTRING_LENGTH (string)); |
2384 | 2384 |
2385 if (!NILP (frame_face)) | 2385 if (!NILP (frame_face)) |
2386 { | 2386 { |
2387 reset_face_cachel (&frame_cachel); | 2387 reset_face_cachel (&frame_cachel); |