Fixed screen dimensions by reducing STARBASE_XMAX and STARBASE_YMAX each by one.
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 11 Mar 1988 02:54:59 +0000 (02:54 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 11 Mar 1988 02:54:59 +0000 (02:54 +0000)
v7/src/microcode/sgraph.h

index b99c91ff56c5a417312e2895774c6a2f81777b12..1e7caaacdd825ed7b875e942e310316e2b3a8ce7 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/sgraph.h,v 1.1 1987/05/28 00:51:46 jinx Rel $ */
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/sgraph.h,v 1.2 1988/03/11 02:54:59 arthur Rel $ */
 
 #include <starbase.c.h>
 
@@ -48,8 +48,8 @@ MIT in each case. */
 #define STARBASE_XMIN          -512.0
 #define STARBASE_YMIN          -384.0
 #define STARBASE_ZMIN             0.0
-#define STARBASE_XMAX           512.0
-#define STARBASE_YMAX           384.0
+#define STARBASE_XMAX           511.0
+#define STARBASE_YMAX           383.0
 #define STARBASE_ZMAX             0.0
 
 #endif