fixed compiling error with xft disabled
This commit is contained in:
parent
b9e39764f3
commit
8c5fd07d77
1 changed files with 1 additions and 1 deletions
|
@ -216,8 +216,8 @@ bool Font::load(const string &name) {
|
||||||
realname = "monospace";
|
realname = "monospace";
|
||||||
|
|
||||||
tmp_font = new XftFontImp(0, s_utf8mode);
|
tmp_font = new XftFontImp(0, s_utf8mode);
|
||||||
#endif // USE_XFT
|
|
||||||
}
|
}
|
||||||
|
#endif // USE_XFT
|
||||||
|
|
||||||
if (!tmp_font) {
|
if (!tmp_font) {
|
||||||
if (*name_it == "__DEFAULT__")
|
if (*name_it == "__DEFAULT__")
|
||||||
|
|
Loading…
Reference in a new issue