Handbook
Glossary
pixmap-bits ( dim pixmap -- alien )
Vocabulary
x11
.
windows
Inputs
dim
an
object
pixmap
an
object
Outputs
alien
an
object
Definition
USING:
kernel
namespaces
sequences
x11
x11.X
x11.xlib
;
IN:
x11.windows
:
pixmap-bits
( dim pixmap -- alien )
swap
first2
[
[
[
[
dpy
get
]
]
dip
[
0 0
]
curry
compose
]
dip
]
dip
[
AllPlanes
ZPixmap
XGetImage
]
2curry
compose
call
[
XImage-pixels
]
[
XDestroyImage
drop
]
bi
;