ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtfont.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.1 by root, Sun Aug 15 00:37:04 2004 UTC vs.
Revision 1.2 by root, Sun Aug 15 08:04:45 2004 UTC

362 f1->draw (d, x, y, &(t = cc->c1), 1, fg, bg); 362 f1->draw (d, x, y, &(t = cc->c1), 1, fg, bg);
363 if (cc->c2 != NOCHAR) 363 if (cc->c2 != NOCHAR)
364 { 364 {
365 // prefer font of first character, for no good reasons 365 // prefer font of first character, for no good reasons
366 rxvt_font *f2 = f1->has_codepoint (cc->c2) 366 rxvt_font *f2 = f1->has_codepoint (cc->c2)
367 ? f1 367 ? f1
368 : (*fs)[fs->find_font (cc->c2)]; 368 : (*fs)[fs->find_font (cc->c2)];
369 369
370 f2->draw (d, x, y, &(t = cc->c2), 1, fg, -1); 370 f2->draw (d, x, y, &(t = cc->c2), 1, fg, -1);
371 } 371 }
372 } 372 }
373#endif 373#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines