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:SpiceCursorTypeA
SpiceCursorTypeofdata.width:guint16A width of the remote cursor.
height:guint16A height of the remote cursor.
hot_spot_x:guint16A ‘x’ coordinate of the remote cursor.
hot_spot_y:guint16A ‘y’ coordinate of the remote cursor.
data:gpointerImage data of the remote cursor.