Updated new Theme(..
This commit is contained in:
parent
2a3abd26e6
commit
3a98d6a8eb
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ BScreen::BScreen(Fluxbox *b, int scrn) : ScreenInfo(b, scrn) {
|
|||
fluxbox->load_rc(this);
|
||||
|
||||
image_control->setDither(resource.image_dither);
|
||||
theme = new Theme(getBaseDisplay()->getXDisplay(), getColormap(), getScreenNumber(),
|
||||
theme = new Theme(getBaseDisplay()->getXDisplay(), getRootWindow(), getColormap(), getScreenNumber(),
|
||||
image_control, fluxbox->getStyleFilename());
|
||||
#ifdef GNOME
|
||||
/* create the GNOME window */
|
||||
|
|
Loading…
Reference in a new issue