X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fbsetroot.hh;h=23e5e3d99c8b075390ccce83aa964e85be25629d;hb=01096f867493aed2efc2694c986811404288c1f1;hp=7e09ff26da6416ae6ad622a9f8a76e3f2f3c8479;hpb=3531afa1cca6fe135013b925999d3b62291c0acb;p=chaz%2Fopenbox diff --git a/util/bsetroot.hh b/util/bsetroot.hh index 7e09ff26..23e5e3d9 100644 --- a/util/bsetroot.hh +++ b/util/bsetroot.hh @@ -27,12 +27,13 @@ #include "../src/BaseDisplay.hh" #include "../src/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 &);