Method

PhocXWaylandSurfaceget_wlr_surface

Declaration [src]

wlr_xwayland_surface*
phoc_xwayland_surface_get_wlr_surface (
  PhocXWaylandSurface* self
)

Description [src]

Returns the wlr_xwayland_surface associated with this PhocXWaylandSurface.

TODO: This is a temporary measure to not expose the full PhocXWaylandSurface. We’ll replace this with more specific functions later on.

Return value

Type: wlr_xwayland_surface*

Returns the wlr_xwayland_surface.

The returned data is owned by the instance.
The return value can be NULL.