Fix last change.
authorayin <ayin>
Sat, 24 Nov 2007 11:41:11 +0000 (11:41 +0000)
committerayin <ayin>
Sat, 24 Nov 2007 11:41:11 +0000 (11:41 +0000)
src/rxvtfont.C

index d8ac109955f4fd1cbb0c57463489e6270a010484..925b340ee86760d8b2504e91340c382703f7ce40 100644 (file)
@@ -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;