all repos — fluxbox @ 9469b7e7c4776b2563a144dfb2b90b9676056857

custom fork of the fluxbox windowmanager

Fixed rootwindow so text shows up on all screens
fluxgen fluxgen
commit

9469b7e7c4776b2563a144dfb2b90b9676056857

parent

3a98d6a8ebd6adaa239ccfefebaf189bf10bac85

2 files changed, 2 insertions(+), 3 deletions(-)

jump to
M src/Theme.ccsrc/Theme.cc

@@ -82,9 +82,8 @@ }

#endif -Theme::Theme(Display *display, Colormap colormap, int screennum, BImageControl *ic, const char *filename) { +Theme::Theme(Display *display, Window rootwindow, Colormap colormap, int screennum, BImageControl *ic, const char *filename) { - Window rootwindow = DefaultRootWindow(display); m_screennum = screennum; m_display = display; m_imagecontrol = ic;
M src/Theme.hhsrc/Theme.hh

@@ -62,7 +62,7 @@ class Theme

{ public: - Theme(Display *display, Colormap colormap, int screennum, BImageControl *ic, const char *filename); + Theme(Display *display, Window rootwindow, Colormap colormap, int screennum, BImageControl *ic, const char *filename); ~Theme();