Method

PhocOutputdamage_from_drag_icon

Declaration [src]

void
phoc_output_damage_from_drag_icon (
  PhocOutput* self,
  PhocDragIcon* icon
)

Description [src]

Adds a drag icon’s damage to the damaged area of self. We always damage the whole surface.

Parameters

icon

Type: PhocDragIcon

The drag icon providing the damage.

The data is owned by the caller of the method.