all repos — fluxbox @ 8c5fd07d77923b07739c51f00f090b94b1b4e550

custom fork of the fluxbox windowmanager

fixed compiling error with xft disabled
markt markt
commit

8c5fd07d77923b07739c51f00f090b94b1b4e550

parent

b9e39764f3ad2dbb3c2496e69adb68c558e2ea48

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/FbTk/Font.ccsrc/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__")