Function

Phocutils_scale_box

[]

Declaration [src]

void
phoc_utils_scale_box (
  wlr_box* box,
  float scale
)
[]

Description [src]

Scales the passed in box by scale.

[]

Parameters

box

Type: wlr_box*

The box to scale.

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

Type: float

The scale to apply.