fixed compiling error with xft disabled
markt markt
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/FbTk/Font.cc
→
src/FbTk/Font.cc
@@ -216,8 +216,8 @@ if (*name_it == "__DEFAULT__")
realname = "monospace"; tmp_font = new XftFontImp(0, s_utf8mode); -#endif // USE_XFT } +#endif // USE_XFT if (!tmp_font) { if (*name_it == "__DEFAULT__")