Method

PhocOutputdamage_from_view

Declaration [src]

void
phoc_output_damage_from_view (
  PhocOutput* self,
  PhocView* view,
  _Bool whole
)

Description [src]

Adds a PhocView‘s damage to the damaged area of self. If whole is TRUE the whole view is damaged (including any window decorations if they exist). If whole is FALSE only buffer damage is taken into account. Also schedules a new frame.

Parameters

view

Type: PhocView

The view providing the damage.

The data is owned by the caller of the method.
whole

Type: _Bool

Whether.