Method

PhocDesktopinsert_unmanaged

Declaration [src]

void
phoc_desktop_insert_unmanaged (
  PhocDesktop* self,
  PhocXWaylandUnmanaged* unmanaged
)

Description [src]

Insert the unmanaged surface into the queue of unmanaged surfaces. New unmanaged surfaces are inserted at the front so they appear on top of other unmanaged surfaces.

Parameters

unmanaged

Type: PhocXWaylandUnmanaged

The unmanaged surface to insert.

The data is owned by the caller of the method.