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.176 by sf-exg, Fri Jan 28 00:08:58 2011 UTC vs.
Revision 1.177 by sf-exg, Mon Feb 7 17:22:41 2011 UTC

967} 967}
968 968
969bool 969bool
970rxvt_font_x11::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const 970rxvt_font_x11::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const
971{ 971{
972 careful = false;
973
972 uint32_t ch = FROM_UNICODE (cs, unicode); 974 uint32_t ch = FROM_UNICODE (cs, unicode);
973 975
974 if (ch == NOCHAR) 976 if (ch == NOCHAR)
975 return false; 977 return false;
976 978

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines