]> Dogcows Code - chaz/openbox/blobdiff - util/bsetroot.hh
keep track of transients. however not group transients yet
[chaz/openbox] / util / bsetroot.hh
index 7e09ff26da6416ae6ad622a9f8a76e3f2f3c8479..912aa81b9bd02819c1c679a5b63281d84dedf11b 100644 (file)
 #ifndef   __bsetroot2_hh
 #define   __bsetroot2_hh
 
-#include "../src/BaseDisplay.hh"
-#include "../src/Image.hh"
+#include "basedisplay.hh"
+#include "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.02404 seconds and 4 git commands to generate.