Starbase graphics: export procedures to control line style and drawing
authorChris Hanson <org/chris-hanson/cph>
Sat, 16 Jul 1988 09:43:39 +0000 (09:43 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 16 Jul 1988 09:43:39 +0000 (09:43 +0000)
mode.

v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index d6ea6492ae4b015312b631f3dec854377d0ed023..f6353d3c660822a99d51686c8be80319d4d3e9a2 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.14 1988/07/15 22:28:53 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.15 1988/07/16 09:43:39 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -1449,6 +1449,10 @@ MIT in each case. |#
          init-graphics
          position-pen
          print-graphics
+         set-graphics-drawing-mode
+         set-graphics-line-style
+         with-graphics-drawing-mode
+         with-graphics-line-style
          x-graphics-available?
          x-graphics-close-display
          x-graphics-close-window
index 6915bfd22e149d6d4121a4ace8a95c719501781a..8ca79d709c4a45a73cb12a79be233d95d90a3fcc 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.14 1988/07/15 22:28:53 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.15 1988/07/16 09:43:39 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -1449,6 +1449,10 @@ MIT in each case. |#
          init-graphics
          position-pen
          print-graphics
+         set-graphics-drawing-mode
+         set-graphics-line-style
+         with-graphics-drawing-mode
+         with-graphics-line-style
          x-graphics-available?
          x-graphics-close-display
          x-graphics-close-window