chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bin/xzoomscr: Turn off panning when unity scaling is selected.
[profile]
/
bin
/
xzoomscr
diff --git
a/bin/xzoomscr
b/bin/xzoomscr
index eaf6254144c2846c7df0e936f4b08d791b5bef34..b078c1150bd20ac455752b4e301372af75775e64 100755
(executable)
--- a/
bin/xzoomscr
+++ b/
bin/xzoomscr
@@
-51,7
+51,7
@@
EOF
case $found in nil) echo >&2 "$0: pointer not on any screen?"; exit 2 ;; esac
case $(( $mul == $div )) in
- 1) pan= ;;
+ 1) pan=
"--panning 0x0"
;;
*) pan="--panning ${XWIDTH}x${XHEIGHT}" ;;
esac