From: Stephen Adams Date: Wed, 15 Sep 1993 04:12:20 +0000 (+0000) Subject: New graphics-device-type protocol X-Git-Tag: 20090517-FFI~7840 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=aa0e14767c1f822a560f25735f56ccfcaeef2ebf;p=mit-scheme.git New graphics-device-type protocol --- 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)