From: Dana Jansens Date: Fri, 26 Apr 2002 07:13:22 +0000 (+0000) Subject: when Image Dither is changed in the menu, make ob reconfigure so it uses the dithering X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=3f6f897d88d820a7a7e8b388aff12c8d56f96fa4;p=chaz%2Fopenbox when Image Dither is changed in the menu, make ob reconfigure so it uses the dithering --- diff --git a/src/Screen.cc b/src/Screen.cc index dea6e5ca..b07f25f1 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -856,6 +856,7 @@ void BScreen::setImageDither(bool d) { s << "session.screen" << getScreenNumber() << ".imageDither" << ends; config.setValue(s.str(), resource.image_dither); s.rdbuf()->freeze(0); + openbox.reconfigure(); }