diff options
-rw-r--r-- | src/Screen.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 296cb4e..73f3030 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.cc,v 1.87 2002/11/30 20:15:27 fluxgen Exp $ | 25 | // $Id: Screen.cc,v 1.88 2002/11/30 20:55:23 fluxgen Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
@@ -292,7 +292,7 @@ resource(rm, screenname, altscreenname) | |||
292 | 292 | ||
293 | image_control->setDither(*resource.image_dither); | 293 | image_control->setDither(*resource.image_dither); |
294 | theme = new Theme(disp, getRootWindow(), colormap(), getScreenNumber(), | 294 | theme = new Theme(disp, getRootWindow(), colormap(), getScreenNumber(), |
295 | image_control, fluxbox->getStyleFilename(), getRootCommand().c_str()); | 295 | fluxbox->getStyleFilename(), getRootCommand().c_str()); |
296 | 296 | ||
297 | theme->reconfigure(*resource.antialias); | 297 | theme->reconfigure(*resource.antialias); |
298 | // special case for tab rotated | 298 | // special case for tab rotated |