Method

PhocWorkspaceinsert_unmanaged

Declaration [src]

void
phoc_workspace_insert_unmanaged (
  PhocWorkspace* self,
  PhocXWaylandUnmanaged* unmanaged
)

Description [src]

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

Parameters

unmanaged

Type: PhocXWaylandUnmanaged

The unmanaged to insert.

The data is owned by the caller of the method.