- added xpm package.

This commit is contained in:
frese 2002-01-28 00:22:06 +00:00
parent 70c363f042
commit 72bfd523d1
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
(define-interface xpm-interface
(export create-pixmap-from-data
read-file-to-pixmap
((xpm-attribute) :syntax)))

View File

@ -0,0 +1,8 @@
(define-structure xpm xpm-interface
(open scheme
xlib
xlib-types
signals
external-calls
finite-types)
(files xpm))