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