Cogl.OnscreenDirtyInfo

Fields

Name

Type

Access

Description

height

int

r/w

Height of the dirty rectangle

width

int

r/w

Width of the dirty rectangle

x

int

r/w

Left edge of the dirty rectangle

y

int

r/w

Top edge of the dirty rectangle, measured from the top of the window

Methods

None

Details

class Cogl.OnscreenDirtyInfo

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.

New in version 1.16.