]> Dogcows Code - chaz/openbox/blobdiff - util/bsetroot.h
took bsetroot from Blackbox moving_target.. "bsetroot now sets xrootpmap_id, pseudo...
[chaz/openbox] / util / bsetroot.h
index ca535562c30acb6592fe191ee44dbc7a5208c5b1..aa6f65a71a7ba83b4fdb2136066430273eb94cd7 100644 (file)
@@ -8,7 +8,6 @@
 class bsetroot : public BaseDisplay {
 private:
   BImageControl **img_ctrl;
-  Pixmap *pixmaps;
 
   char *fore, *back, *grad;
 
@@ -23,6 +22,9 @@ public:
 
   inline virtual Bool handleSignal(int) { return False; }
 
+  void setPixmapProperty(int, Pixmap);
+  Pixmap duplicatePixmap(int, Pixmap, int, int);
+
   void gradient(void);
   void modula(int, int);
   void solid(void);
This page took 0.027067 seconds and 4 git commands to generate.