Method

PhocOutputdamage_add_box

Declaration [src]

void
phoc_output_damage_add_box (
  PhocOutput* self,
  wlr_box* box
)

Description [src]

Damages a screen area on the given output. The box is conveniently clipped to the output’s box. See wlr_output_damage_add for details.

Parameters

box

Type: wlr_box*

The box describing the damaged area in output coordinates.

The argument can be NULL.
The data is owned by the caller of the function.