X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fbsetroot.h;h=aa6f65a71a7ba83b4fdb2136066430273eb94cd7;hb=6796e798277cc4821c955d425f4994f1484d35df;hp=ca535562c30acb6592fe191ee44dbc7a5208c5b1;hpb=127252cc1049da41a9c858139f610bc1c68c49c6;p=chaz%2Fopenbox diff --git a/util/bsetroot.h b/util/bsetroot.h index ca535562..aa6f65a7 100644 --- a/util/bsetroot.h +++ b/util/bsetroot.h @@ -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);