Function
PhocViewfrom_wlr_surface
Declaration [src]
PhocView*
phoc_view_from_wlr_surface (
wlr_surface* wlr_surface
)
Parameters
wlr_surface
-
Type:
wlr_surface*
The wlr_surface.
The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: PhocView
The corresponding view.
The data is owned by the called function. |