--- util/wmsetbg.c.orig 2004-11-11 10:24:14.000000000 +0000 +++ util/wmsetbg.c 2004-11-11 10:29:45.000000000 +0000 @@ -82,6 +82,9 @@ WXineramaInfo xineInfo; Bool smooth = False; +#ifdef XINERAMA +Bool xineStretch = False; +#endif Pixmap CurrentPixmap = None; @@ -566,7 +569,7 @@ texture->height = scrHeight; #ifdef XINERAMA - if (xineInfo.count) { + if (xineInfo.count && ! xineStretch) { int i; for (i=0; i background color"); P(" -t, --tile tile image"); P(" -e, --center center image"); @@ -1401,6 +1407,11 @@ } else if (strcmp(argv[i], "-S")==0 || strcmp(argv[i], "--smooth")==0) { smooth = True; +#ifdef XINERAMA + } else if (strcmp(argv[i], "-X")==0 + || strcmp(argv[i], "--xinerama")==0) { + xineStretch = True; +#endif } else if (strcmp(argv[i], "-u")==0 || strcmp(argv[i], "--update-wmaker")==0) { update++;