Virtual Method

PhocViewget_geometry

Declaration [src]

void
get_geometry (
  PhocView* self,
  wlr_box* box
)

Description [src]

This is called by PhocView to get a views geometry. The implementation is optional.

Parameters

box

Type: wlr_box*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.