New graphics-device-type protocol
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 15 Sep 1993 04:12:20 +0000 (04:12 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 15 Sep 1993 04:12:20 +0000 (04:12 +0000)
v7/src/runtime/starbase.scm

index 45a3b22c69eba9df333e5b2929ee443779e2c493..39cfe00798279066e836f3b2d2cb43d6403381c8 100644 (file)
@@ -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)