From aa0e14767c1f822a560f25735f56ccfcaeef2ebf Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Wed, 15 Sep 1993 04:12:20 +0000 Subject: [PATCH] New graphics-device-type protocol --- v7/src/runtime/starbase.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/starbase.scm b/v7/src/runtime/starbase.scm index 45a3b22c6..39cfe0079 100644 --- a/v7/src/runtime/starbase.scm +++ b/v7/src/runtime/starbase.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/starbase.scm,v 1.9 1992/02/04 23:59:26 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/starbase.scm,v 1.10 1993/09/15 04:12:20 adams Exp $ Copyright (c) 1989-92 Massachusetts Institute of Technology @@ -94,6 +94,7 @@ MIT in each case. |# (text-rotation ,operation/text-rotation) (text-slant ,operation/text-slant) (write-image-file ,operation/write-image-file)))) + (register-graphics-device-type 'starbase starbase-graphics-device-type) unspecific) (define starbase-graphics-device-type) -- 2.25.1