chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ab13b
)
dot/xinitrc: Set `XSCR0_HEIGHT' correctly if `xscsize' is too old.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 23 Apr 2016 13:53:06 +0000
(14:53 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 23 Apr 2016 13:53:06 +0000
(14:53 +0100)
dot/xinitrc
patch
|
blob
|
blame
|
history
diff --git
a/dot/xinitrc
b/dot/xinitrc
index 5a98ebfe85478a9bd1cb1baa9fc8f6cc296c1b50..b44bc816fd3a6afa245ec7464eccc1e035dcb19d 100755
(executable)
--- a/
dot/xinitrc
+++ b/
dot/xinitrc
@@
-116,7
+116,7
@@
case ",$XWIDTH,$XHEIGHT," in
esac
case ",$XNSCR," in
,,)
- XNSCR=1 XSCR0_X=0 XSCR0_Y=0 XSCR0_WIDTH=$XWIDTH XSCR0_HEIGHT=XHEIGHT
+ XNSCR=1 XSCR0_X=0 XSCR0_Y=0 XSCR0_WIDTH=$XWIDTH XSCR0_HEIGHT=
$
XHEIGHT
;;
esac
i=0; while (( i < XNSCR )); do