Handbook
Glossary
cairo_surface_mark_dirty_rectangle ( surface x y width height -- )
Vocabulary
cairo
.
ffi
Inputs
surface
an
object
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cairo.ffi
LIBRARY:
cairo
FUNCTION:
void
cairo_surface_mark_dirty_rectangle
( cairo_surface_t* surface,
int
x,
int
y,
int
width,
int
height )