Handbook
Glossary
create-glx-pixmap ( dim visual -- pixmap glx-pixmap )
Vocabulary
x11
.
windows
Inputs
dim
an
object
visual
an
object
Outputs
pixmap
an
object
glx-pixmap
an
object
Definition
USING:
kernel
;
IN:
x11.windows
:
create-glx-pixmap
( dim visual -- pixmap glx-pixmap )
[
create-pixmap
]
[
(create-glx-pixmap)
]
bi
;