fixed compiling error with xft disabled

This commit is contained in:
markt 2007-03-05 00:16:53 +00:00
parent b9e39764f3
commit 8c5fd07d77

View file

@ -216,8 +216,8 @@ bool Font::load(const string &name) {
realname = "monospace";
tmp_font = new XftFontImp(0, s_utf8mode);
#endif // USE_XFT
}
#endif // USE_XFT
if (!tmp_font) {
if (*name_it == "__DEFAULT__")