]> Dogcows Code - chaz/openbox/blob - util/bsetroot.h
Initial revision
[chaz/openbox] / util / bsetroot.h
1 #ifndef __bsetroot2_hh
2 #define __bsetroot2_hh
3
4 #include "../src/BaseDisplay.h"
5 #include "../src/Image.h"
6
7
8 class bsetroot : public BaseDisplay {
9 private:
10 BImageControl **img_ctrl;
11 Pixmap *pixmaps;
12
13 char *fore, *back, *grad;
14
15
16 protected:
17 inline virtual void process_event(XEvent *) { }
18
19
20 public:
21 bsetroot(int, char **, char * = 0);
22 ~bsetroot(void);
23
24 inline virtual Bool handleSignal(int) { return False; }
25
26 void gradient(void);
27 void modula(int, int);
28 void solid(void);
29 void usage(int = 0);
30 };
31
32
33 #endif // __bsetroot2_hh
This page took 0.038025 seconds and 4 git commands to generate.