From: Chris Hanson Date: Sat, 16 Jul 1988 09:43:39 +0000 (+0000) Subject: Starbase graphics: export procedures to control line style and drawing X-Git-Tag: 20090517-FFI~12654 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d52ec548fb93c2046536dd47211d27a0011eb6f7;p=mit-scheme.git Starbase graphics: export procedures to control line style and drawing mode. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index d6ea6492a..f6353d3c6 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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 diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 6915bfd22..8ca79d709 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -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