From 992e3d496868cbf9f72a34b9f104f844cd2d65b7 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 30 Nov 2002 20:55:23 +0000 Subject: not using image control in Theme --- src/Screen.cc | 4 ++-- 1 file 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 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.cc,v 1.87 2002/11/30 20:15:27 fluxgen Exp $ +// $Id: Screen.cc,v 1.88 2002/11/30 20:55:23 fluxgen Exp $ #include "Screen.hh" @@ -292,7 +292,7 @@ resource(rm, screenname, altscreenname) image_control->setDither(*resource.image_dither); theme = new Theme(disp, getRootWindow(), colormap(), getScreenNumber(), - image_control, fluxbox->getStyleFilename(), getRootCommand().c_str()); + fluxbox->getStyleFilename(), getRootCommand().c_str()); theme->reconfigure(*resource.antialias); // special case for tab rotated -- cgit v0.11.2