all repos — openbox @ 99a3884296c4a27625656cae6b7afc43171153fd

openbox fork - make it a bit more like ryudo

catch tge XFT define, from config.h
Dana Jansens danakj@orodu.net
commit

99a3884296c4a27625656cae6b7afc43171153fd

parent

a3f7fa32944416369b2d77de2efd80245618aacd

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

jump to
M util/xftlsfonts.ccutil/xftlsfonts.cc

@@ -1,6 +1,10 @@

const char *NAME = "xftlsfonts"; const char *VERSION = "1.0"; +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif // HAVE_CONFIG_H + #ifndef XFT #include <iostream>