diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/fbsetbg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index 09bcc77..ddf57cf 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.4 2003/04/29 13:50:05 fluxgen Exp $ | 26 | # $Id: fbsetbg,v 1.5 2003/05/12 19:52:58 fluxgen Exp $ |
27 | 27 | ||
28 | # | 28 | # |
29 | # Portability notes: | 29 | # Portability notes: |
@@ -151,8 +151,8 @@ case $WPSETTER in | |||
151 | aspect=$full | 151 | aspect=$full |
152 | debugstory="This is a RedHat specific app. I can't find docs about it." | 152 | debugstory="This is a RedHat specific app. I can't find docs about it." |
153 | ;; | 153 | ;; |
154 | display) | 154 | display) |
155 | full='`xwininfo -root|grep geom` -window root' | 155 | full="`xwininfo -root|grep geom` -window root" |
156 | tile='-window root' | 156 | tile='-window root' |
157 | center='-backdrop -window root' | 157 | center='-backdrop -window root' |
158 | aspect=$full | 158 | aspect=$full |