diff options
author | pekdon <pekdon> | 2002-01-18 23:01:20 (GMT) |
---|---|---|
committer | pekdon <pekdon> | 2002-01-18 23:01:20 (GMT) |
commit | 0cd4c92647f1e11f4ff8af11af906005c1a21f04 (patch) | |
tree | c9ace71ddefb326789a27a7f4a23ce8330dd17d3 /util/bsetroot.hh | |
parent | 74454c8f2a8f1fcae493930a5a00cafab0959a4c (diff) | |
download | fluxbox_pavel-0cd4c92647f1e11f4ff8af11af906005c1a21f04.zip fluxbox_pavel-0cd4c92647f1e11f4ff8af11af906005c1a21f04.tar.bz2 |
bsetroot now sets backgrounds that trans Eterms can use
Diffstat (limited to 'util/bsetroot.hh')
-rw-r--r-- | util/bsetroot.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/bsetroot.hh b/util/bsetroot.hh index 1dfac2c..bf55015 100644 --- a/util/bsetroot.hh +++ b/util/bsetroot.hh | |||
@@ -4,7 +4,6 @@ | |||
4 | #include "../src/BaseDisplay.hh" | 4 | #include "../src/BaseDisplay.hh" |
5 | #include "../src/Image.hh" | 5 | #include "../src/Image.hh" |
6 | 6 | ||
7 | |||
8 | class bsetroot : public BaseDisplay { | 7 | class bsetroot : public BaseDisplay { |
9 | public: | 8 | public: |
10 | bsetroot(int, char **, char * = 0); | 9 | bsetroot(int, char **, char * = 0); |
@@ -16,7 +15,8 @@ public: | |||
16 | void modula(int, int); | 15 | void modula(int, int); |
17 | void solid(void); | 16 | void solid(void); |
18 | void usage(int = 0); | 17 | void usage(int = 0); |
19 | 18 | void setRootAtoms(Pixmap pixmap, int screen); | |
19 | |||
20 | private: | 20 | private: |
21 | BImageControl **img_ctrl; | 21 | BImageControl **img_ctrl; |
22 | Pixmap *pixmaps; | 22 | Pixmap *pixmaps; |