aboutsummaryrefslogtreecommitdiff
path: root/util/bsetroot.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/bsetroot.hh')
-rw-r--r--util/bsetroot.hh10
1 files changed, 7 insertions, 3 deletions
diff --git a/util/bsetroot.hh b/util/bsetroot.hh
index d2f005b..68811e6 100644
--- a/util/bsetroot.hh
+++ b/util/bsetroot.hh
@@ -18,14 +18,18 @@
18// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 18// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 20
21// $Id: bsetroot.hh,v 1.4 2002/08/18 09:47:03 fluxgen Exp $ 21// $Id: bsetroot.hh,v 1.5 2003/02/17 13:33:07 fluxgen Exp $
22 22
23#ifndef BSETROOT_HH 23#ifndef BSETROOT_HH
24#define BSETROOT_HH 24#define BSETROOT_HH
25 25
26#include "../src/BaseDisplay.hh" 26#include "../src/BaseDisplay.hh"
27 27
28class BImageControl; 28namespace FbTk {
29
30class ImageControl;
31
32};
29 33
30class bsetroot : public BaseDisplay { 34class bsetroot : public BaseDisplay {
31public: 35public:
@@ -44,7 +48,7 @@ protected:
44 void handleEvent(XEvent *xe) { } 48 void handleEvent(XEvent *xe) { }
45 49
46private: 50private:
47 BImageControl **img_ctrl; 51 FbTk::ImageControl **img_ctrl;
48 Pixmap *pixmaps; 52 Pixmap *pixmaps;
49 53
50 char *fore, *back, *grad; 54 char *fore, *back, *grad;