aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetroot.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-06-29 05:05:30 (GMT)
committermarkt <markt>2006-06-29 05:05:30 (GMT)
commit7d4546ba5b7f2b0bc848ee1e15e0c93a70ba3d04 (patch)
treed392e5e02ad9da4fb6bfe784377cd6f16894eca9 /util/fbsetroot.hh
parent9be4311798046a4dbf4b09134312b684b17c2f08 (diff)
downloadfluxbox-7d4546ba5b7f2b0bc848ee1e15e0c93a70ba3d04.zip
fluxbox-7d4546ba5b7f2b0bc848ee1e15e0c93a70ba3d04.tar.bz2
Make fbsetroot set one screen at a time
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