aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetroot.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/fbsetroot.hh')
-rw-r--r--util/fbsetroot.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/fbsetroot.hh b/util/fbsetroot.hh
index 21edaa9..6deb4b6 100644
--- a/util/fbsetroot.hh
+++ b/util/fbsetroot.hh
@@ -43,11 +43,11 @@ public:
43 void setRootAtoms(Pixmap pixmap, int screen); 43 void setRootAtoms(Pixmap pixmap, int screen);
44 44
45private: 45private:
46 FbTk::ImageControl **img_ctrl; 46 FbTk::ImageControl *img_ctrl;
47 Pixmap *pixmaps; 47 Pixmap *pixmap;
48 int screen;
48 49
49 char *fore, *back, *grad; 50 char *fore, *back, *grad;
50 int num_screens;
51 char *m_app_name; 51 char *m_app_name;
52}; 52};
53 53