Module damage

Source
Expand description

Bindings to the Damage X11 extension.

Structs§

AddRequest
Add a region to a previously created Damage object..
CreateRequest
Creates a Damage object to monitor changes to a drawable..
DestroyRequest
Destroys a previously created Damage object..
NotifyEvent
the contents of the monitored drawable have changed.
QueryVersionReply
The negotiated version of the DAMAGE extension.
QueryVersionRequest
Negotiate the version of the DAMAGE extension.
ReportLevel
SubtractRequest
Remove regions from a previously created Damage object..

Constants§

ADD_REQUEST
Opcode for the Add request
BAD_DAMAGE_ERROR
Opcode for the BadDamage error
CREATE_REQUEST
Opcode for the Create request
DESTROY_REQUEST
Opcode for the Destroy request
NOTIFY_EVENT
Opcode for the Notify event
QUERY_VERSION_REQUEST
Opcode for the QueryVersion request
SUBTRACT_REQUEST
Opcode for the Subtract request
X11_EXTENSION_NAME
The X11 name of the extension for QueryExtension
X11_XML_VERSION
The version number of this extension that this client library supports.

Type Aliases§

Damage