Method

PhocSeatset_focus_layer

Declaration [src]

void
phoc_seat_set_focus_layer (
  PhocSeat* seat,
  wlr_layer_surface_v1* layer
)

Description [src]

Focus semantics of layer surfaces are somewhat detached from the normal focus flow. For layers above the shell layer, for example, you cannot unfocus them. You also cannot alt-tab between layer surfaces and shell surfaces.

Parameters

layer

Type: wlr_layer_surface_v1*

The layer surface to focus.

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