native scx xpm method

This commit is contained in:
Johan Ceuppens 2012-01-16 22:19:37 +00:00
parent 8d16074a67
commit b87531989a
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@
(define (load-xpm-image-native filename)
(xputxpm filename))
(define (load-xpm-image-scx filename)
(read-file-to-pixmap win filename '()));;FIXME xpm-attributes == '()
(define (load-xpm-image filename)
(let ((in (open-input-file filename))
(colorcharsdictionary (make-color-dictionary 8)) ;;