]> Dogcows Code - chaz/openbox/blobdiff - util/bsetroot.hh
Update to reflect the stacked cycling additions
[chaz/openbox] / util / bsetroot.hh
index 7e09ff26da6416ae6ad622a9f8a76e3f2f3c8479..23e5e3d99c8b075390ccce83aa964e85be25629d 100644 (file)
 #include "../src/BaseDisplay.hh"
 #include "../src/Image.hh"
 
+#include <string>
 
 class bsetroot : public BaseDisplay {
 private:
   BImageControl **img_ctrl;
 
-  char *fore, *back, *grad;
+  std::string fore, back, grad;
 
   // no copying!!
   bsetroot(const bsetroot &);
This page took 0.019564 seconds and 4 git commands to generate.