]>
Dogcows Code - chaz/openbox/blob - util/bsetroot.h
4 #include "../src/BaseDisplay.h"
5 #include "../src/Image.h"
7 class bsetroot
: public BaseDisplay
{
9 BImageControl
**img_ctrl
;
11 char *fore
, *back
, *grad
;
14 bsetroot(const bsetroot
&);
15 bsetroot
& operator=(const bsetroot
&);
17 inline virtual void process_event(XEvent
* /*unused*/) { }
20 bsetroot(int argc
, char **argv
, char *dpy_name
= 0);
23 inline virtual Bool
handleSignal(int /*unused*/) { return False
; }
25 void setPixmapProperty(int screen
, Pixmap pixmap
);
26 Pixmap
duplicatePixmap(int screen
, Pixmap pixmap
, int width
, int height
);
29 void modula(int x
, int y
);
31 void usage(int exit_code
= 0);
34 #endif // __bsetroot2_hh
This page took 0.033409 seconds and 4 git commands to generate.