Handbook
Glossary
XGetImage ( display d x y width height plane_mask format -- XImage* )
Vocabulary
x11
.
xlib
Inputs
display
an
object
d
an
object
x
an
object
y
an
object
width
an
object
height
an
object
plane_mask
an
object
format
an
object
Outputs
XImage*
an
object
Definition
USING:
alien
alien.c-types
alien.syntax
x11.X
x11.io
;
IN:
x11.xlib
:
XGetImage
( display d x y width height plane_mask format -- XImage* )
pointer:
XImage
"xlib"
"XGetImage"
{
pointer:
Display
Drawable
int
int
uint
uint
ulong
int
}
f
alien-invoke
awaken-event-loop
;