diff options
-rw-r--r-- | util/fbsetbg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index e438494..9c69071 100644 --- a/util/fbsetbg +++ b/util/fbsetbg | |||
@@ -23,7 +23,7 @@ | |||
23 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | 23 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
24 | # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 24 | # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
25 | # | 25 | # |
26 | # $Id: fbsetbg,v 1.8 2003/06/29 08:22:24 rathnor Exp $ | 26 | # $Id: fbsetbg,v 1.9 2003/07/02 05:42:47 fluxgen Exp $ |
27 | 27 | ||
28 | # | 28 | # |
29 | # Portability notes: | 29 | # Portability notes: |
@@ -150,6 +150,7 @@ case $WPSETTER in | |||
150 | center='-once -mode center' | 150 | center='-once -mode center' |
151 | aspect='-once -mode smart -max_grow 100 -max_size 100' | 151 | aspect='-once -mode smart -max_grow 100 -max_size 100' |
152 | debugstory="chbg is a nice app. You won't have any problems." | 152 | debugstory="chbg is a nice app. You won't have any problems." |
153 | ;; | ||
153 | xsri) | 154 | xsri) |
154 | full='--center-x --center-y --scale-width=100 --scale-width=100' | 155 | full='--center-x --center-y --scale-width=100 --scale-width=100' |
155 | tile='--tile' | 156 | tile='--tile' |