Method

PhocSeatset_exclusive_client

Declaration [src]

void
phoc_seat_set_exclusive_client (
  PhocSeat* seat,
  wl_client* client
)

Description [src]

If %client is no NULL only this client can receive input events.

Parameters

client

Type: wl_client*

The exclusive client.

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