X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fbsetroot.hh;h=912aa81b9bd02819c1c679a5b63281d84dedf11b;hb=bf49e7642027f576716e5742544c282f4396f9ef;hp=7e09ff26da6416ae6ad622a9f8a76e3f2f3c8479;hpb=3531afa1cca6fe135013b925999d3b62291c0acb;p=chaz%2Fopenbox diff --git a/util/bsetroot.hh b/util/bsetroot.hh index 7e09ff26..912aa81b 100644 --- a/util/bsetroot.hh +++ b/util/bsetroot.hh @@ -24,15 +24,16 @@ #ifndef __bsetroot2_hh #define __bsetroot2_hh -#include "../src/BaseDisplay.hh" -#include "../src/Image.hh" +#include "basedisplay.hh" +#include "image.hh" +#include class bsetroot : public BaseDisplay { private: BImageControl **img_ctrl; - char *fore, *back, *grad; + std::string fore, back, grad; // no copying!! bsetroot(const bsetroot &);