diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-28 19:35:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-28 19:35:59 +0000 |
| commit | 6796e798277cc4821c955d425f4994f1484d35df (patch) | |
| tree | 98da89c75aabbd4cc045367e945d814fccadbd75 /util/bsetroot.h | |
| parent | 127252cc1049da41a9c858139f610bc1c68c49c6 (diff) | |
took bsetroot from Blackbox moving_target.. "bsetroot now sets xrootpmap_id, pseudo transparent apps should be happy"
Diffstat (limited to 'util/bsetroot.h')
| -rw-r--r-- | util/bsetroot.h | 4 |
1 files changed, 3 insertions, 1 deletions
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); |
