Method

PhocSeatmaybe_set_cursor

Declaration [src]

void
phoc_seat_maybe_set_cursor (
  PhocSeat* self,
  const char* name
)

Description [src]

Show a cursor if the seat has pointer capabilities.

Parameters

name

Type: const char*

A cursor name or NULL for the themes default cursor.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.