Struct

SpiceClientGLibCursorShape

Description [src]

struct SpiceCursorShape {
  SpiceCursorType type;
  guint16 width;
  guint16 height;
  guint16 hot_spot_x;
  guint16 hot_spot_y;
  gpointer data;
}

The SpiceCursorShape structure defines the remote cursor’s shape.

Structure members
type: SpiceCursorType

A SpiceCursorType of data.

width: guint16

A width of the remote cursor.

height: guint16

A height of the remote cursor.

hot_spot_x: guint16

A ‘x’ coordinate of the remote cursor.

hot_spot_y: guint16

A ‘y’ coordinate of the remote cursor.

data: gpointer

Image data of the remote cursor.