aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2001-12-14 10:15:26 (GMT)
committerfluxgen <fluxgen>2001-12-14 10:15:26 (GMT)
commit9469b7e7c4776b2563a144dfb2b90b9676056857 (patch)
tree1a3ec6f31e5ab9170ec7feb5426c88082919e8b2 /src/Theme.hh
parent3a98d6a8ebd6adaa239ccfefebaf189bf10bac85 (diff)
downloadfluxbox-9469b7e7c4776b2563a144dfb2b90b9676056857.zip
fluxbox-9469b7e7c4776b2563a144dfb2b90b9676056857.tar.bz2
Fixed rootwindow so text shows up on all screens
Diffstat (limited to 'src/Theme.hh')
-rw-r--r--src/Theme.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Theme.hh b/src/Theme.hh
index 0054c27..e02b8af 100644
--- a/src/Theme.hh
+++ b/src/Theme.hh
@@ -62,7 +62,7 @@ class Theme
62{ 62{
63public: 63public:
64 64
65 Theme(Display *display, Colormap colormap, int screennum, BImageControl *ic, const char *filename); 65 Theme(Display *display, Window rootwindow, Colormap colormap, int screennum, BImageControl *ic, const char *filename);
66 ~Theme(); 66 ~Theme();
67 67
68 68