chiark / gitweb /
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 5a98ebfe85478a9bd1cb1baa9fc8f6cc296c1b50..b44bc816fd3a6afa245ec7464eccc1e035dcb19d 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