]>
Dogcows Code - chaz/openbox/blob - util/bsetroot.h
4 #include "../src/BaseDisplay.h"
5 #include "../src/Image.h"
8 class bsetroot
: public BaseDisplay
{
10 BImageControl
**img_ctrl
;
13 char *fore
, *back
, *grad
;
17 inline virtual void process_event(XEvent
*) { }
21 bsetroot(int, char **, char * = 0);
24 inline virtual Bool
handleSignal(int) { return False
; }
27 void modula(int, int);
33 #endif // __bsetroot2_hh
This page took 0.039043 seconds and 4 git commands to generate.