all repos — openbox @ 5c328c5138dd248602c51aeaedbca926aff1e869

openbox fork - make it a bit more like ryudo

using std::* in #ifndef XFT
Scott Moynes smoynes@nexus.carleton.ca
commit

5c328c5138dd248602c51aeaedbca926aff1e869

parent

e0d619e309a7fe6de1524b2574ecc9d77aee5a35

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

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

@@ -7,6 +7,8 @@ #endif // HAVE_CONFIG_H

#ifndef XFT #include <iostream> +using std::cout; +using std::endl; int main(int, char **) { cout << NAME << " version " << VERSION << endl;