aboutsummaryrefslogtreecommitdiff
path: root/util/bsetroot.hh
diff options
context:
space:
mode:
authorpekdon <pekdon>2002-01-18 23:01:20 (GMT)
committerpekdon <pekdon>2002-01-18 23:01:20 (GMT)
commit0cd4c92647f1e11f4ff8af11af906005c1a21f04 (patch)
treec9ace71ddefb326789a27a7f4a23ce8330dd17d3 /util/bsetroot.hh
parent74454c8f2a8f1fcae493930a5a00cafab0959a4c (diff)
downloadfluxbox_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.hh4
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
8class bsetroot : public BaseDisplay { 7class bsetroot : public BaseDisplay {
9public: 8public:
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
20private: 20private:
21 BImageControl **img_ctrl; 21 BImageControl **img_ctrl;
22 Pixmap *pixmaps; 22 Pixmap *pixmaps;