diff options
author | fluxgen <fluxgen> | 2001-12-14 10:15:26 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2001-12-14 10:15:26 (GMT) |
commit | 9469b7e7c4776b2563a144dfb2b90b9676056857 (patch) | |
tree | 1a3ec6f31e5ab9170ec7feb5426c88082919e8b2 /src/Theme.hh | |
parent | 3a98d6a8ebd6adaa239ccfefebaf189bf10bac85 (diff) | |
download | fluxbox_pavel-9469b7e7c4776b2563a144dfb2b90b9676056857.zip fluxbox_pavel-9469b7e7c4776b2563a144dfb2b90b9676056857.tar.bz2 |
Fixed rootwindow so text shows up on all screens
Diffstat (limited to 'src/Theme.hh')
-rw-r--r-- | src/Theme.hh | 2 |
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 | { |
63 | public: | 63 | public: |
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 | ||