Method

PhocOutputtransform_box

Declaration [src]

void
phoc_output_transform_box (
  PhocOutput* self,
  wlr_box* box
)

Description [src]

Transforms the given box according to the output’s transform.

Parameters

box

Type: wlr_box*

The box to transform.

The argument will be modified by the function.
The argument can be set to NULL by the method.