Method

PhocOutputtransform_damage

Declaration [src]

void
phoc_output_transform_damage (
  PhocOutput* self,
  pixman_region32_t* damage
)

Description [src]

Transforms the given damage region according to the output’s transform.

This method is not directly available to language bindings.

Parameters

damage

Type: pixman_region32_t*

The damaged area.

The argument will be modified by the function.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.