Method

PhocCursorset_name

Declaration [src]

void
phoc_cursor_set_name (
  PhocCursor* self,
  wl_client* client,
  const char* name
)

Description [src]

Select a cursor from the cursor theme by its name. To use a surface see phoc_cursor_set_image().

Parameters

client

Type: wl_client*

No description available.

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

Type: const char*

A cursor name.

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