#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.192 1993/09/01 22:45:42 cph Exp $
+$Id: runtime.pkg,v 14.193 1993/09/15 04:07:38 adams Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
(files "graphics")
(parent ())
(export ()
+ enumerate-graphics-device-types
graphics-bind-drawing-mode
graphics-bind-line-style
graphics-clear
graphics-set-line-style
graphics-type-available?
make-graphics-device
- make-graphics-device-type))
+ make-graphics-device-type
+ image?
+ image/descriptor
+ image/destroy
+ image/width
+ image/height
+ image/draw
+ image/draw-subimage
+ image/fill-from-byte-vector
+))
(define-package (runtime x-graphics)
(files "x11graph")
x-image/set-pixel
x-image/width
x-image?)
+ (import (runtime graphics)
+ register-graphics-device-type
+ make-image-type
+ image/create
+ )
(initialization (initialize-package!)))
(define-package (runtime starbase-graphics)
(parent ())
(export ()
starbase-graphics-device-type)
+ (import (runtime graphics)
+ register-graphics-device-type)
(initialization (initialize-package!)))
(define-package (runtime state-space)
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.192 1993/09/01 22:45:42 cph Exp $
+$Id: runtime.pkg,v 14.193 1993/09/15 04:07:38 adams Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
(files "graphics")
(parent ())
(export ()
+ enumerate-graphics-device-types
graphics-bind-drawing-mode
graphics-bind-line-style
graphics-clear
graphics-set-line-style
graphics-type-available?
make-graphics-device
- make-graphics-device-type))
+ make-graphics-device-type
+ image?
+ image/descriptor
+ image/destroy
+ image/width
+ image/height
+ image/draw
+ image/draw-subimage
+ image/fill-from-byte-vector
+))
(define-package (runtime x-graphics)
(files "x11graph")
x-image/set-pixel
x-image/width
x-image?)
+ (import (runtime graphics)
+ register-graphics-device-type
+ make-image-type
+ image/create
+ )
(initialization (initialize-package!)))
(define-package (runtime starbase-graphics)
(parent ())
(export ()
starbase-graphics-device-type)
+ (import (runtime graphics)
+ register-graphics-device-type)
(initialization (initialize-package!)))
(define-package (runtime state-space)