all repos — fluxbox @ 992e3d496868cbf9f72a34b9f104f844cd2d65b7

custom fork of the fluxbox windowmanager

not using image control in Theme
fluxgen fluxgen
commit

992e3d496868cbf9f72a34b9f104f844cd2d65b7

parent

00803e499a1c5da4e5ad067df2b5a3d091cf7ea2

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

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

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ fluxbox->load_rc(this);

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