dot/xinitrc: Set `XSCR0_HEIGHT' correctly if `xscsize' is too old.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 23 Apr 2016 13:53:06 +0000 (14:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 23 Apr 2016 13:53:06 +0000 (14:53 +0100)
dot/xinitrc

index 5a98ebf..b44bc81 100755 (executable)
@@ -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