mini change
This commit is contained in:
parent
539d16858a
commit
4308e681f3
|
@ -7,7 +7,7 @@
|
|||
alist-split
|
||||
vector-map!))
|
||||
|
||||
;; these are internal interfaces that describe the construction and access
|
||||
;; these are internal interfaces that describe the construction and access
|
||||
;; functions to all the new datatypes. They are not needed by the user
|
||||
|
||||
(define-interface xlib-display-type-interface
|
||||
|
@ -34,6 +34,7 @@
|
|||
|
||||
(define-interface xlib-color-type-interface
|
||||
(export internal-make-color
|
||||
create-color
|
||||
color?
|
||||
color-Xcolor))
|
||||
|
||||
|
|
Loading…
Reference in New Issue