Handbook
Glossary
XGetGeometry ( display d root_return x_return y_return width_return height_return border_width_return depth_return -- Status )
Vocabulary
x11
.
xlib
Inputs
display
an
object
d
an
object
root_return
an
object
x_return
an
object
y_return
an
object
width_return
an
object
height_return
an
object
border_width_return
an
object
depth_return
an
object
Outputs
Status
an
object
Definition
USING:
alien
alien.c-types
alien.syntax
x11.X
x11.io
;
IN:
x11.xlib
:
XGetGeometry
( display d root_return x_return y_return width_return height_return border_width_return depth_return -- Status )
\
Status
"xlib"
"XGetGeometry"
{
pointer:
Display
Drawable
pointer:
Window
pointer:
int
pointer:
int
pointer:
uint
pointer:
uint
pointer:
uint
pointer:
uint
}
f
alien-invoke
awaken-event-loop
;