From: ayin Date: Sat, 24 Nov 2007 11:41:11 +0000 (+0000) Subject: Fix last change. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=186c49a556cbe99953c4726aedcf475d9f991276;p=dana%2Furxvt.git Fix last change. --- diff --git a/src/rxvtfont.C b/src/rxvtfont.C index d8ac1099..925b340e 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -308,9 +308,11 @@ struct rxvt_font_default : rxvt_font { if (unicode <= 0x009f) return true; +#ifdef BUILTIN_GLYPHS if (unicode >= 0x2500 && unicode <= 0x259f && !term->option (Opt_skipBuiltinGlyphs)) return true; +#endif if (IS_COMPOSE (unicode)) return true;