Method

PhocViewget_box

Declaration [src]

void
phoc_view_get_box (
  PhocView* self,
  wlr_box* box
)

Description [src]

Get the view’s box in layout coordinates (taking any scale-to-fit scale into account).

Parameters

box

Type: wlr_box*

The box.

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