Struct
CoglOnscreenDirtyInfo
since: 13
Description [src]
struct CoglOnscreenDirtyInfo {
int x;
int y;
int width;
int height;
}
A structure passed to callbacks registered using cogl_onscreen_add_dirty_callback(). The members describe a rectangle within the onscreen buffer that should be redrawn.
Structure members
xLeft edge of the dirty rectangle.
yTop edge of the dirty rectangle, measured from the top of the window.
widthWidth of the dirty rectangle.
heightHeight of the dirty rectangle.
Available since: 13