all repos — fluxbox @ d390abf93bf82f3839d8a5848758f7b947a1f864

custom fork of the fluxbox windowmanager

fixed namespace
fluxgen fluxgen
commit

d390abf93bf82f3839d8a5848758f7b947a1f864

parent

d55ce44131b544469f8c9b51853e5bf0410d1ee5

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

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

@@ -15,6 +15,7 @@ #include "../src/i18n.hh"

#include "bsetroot.hh" #include <iostream> +using namespace std; bsetroot::bsetroot(int argc, char **argv, char *dpy_name) : BaseDisplay(argv[0], dpy_name) {

@@ -120,10 +121,10 @@ XSetCloseDownMode(display, RetainTemporary);

delete [] pixmaps; } -#ifdef DEBUG + #ifdef DEBUG else cerr<<"~bsetroot: why don't we have any pixmaps?"<<endl; -#endif // DEBUG + #endif // DEBUG if (img_ctrl) { int i = 0;