LibVNCServer/LibVNCClient
Data Fields
rfbCursorPtr Struct Reference

#include <rfb.h>

Data Fields

rfbBool cleanup
 set this to true if LibVNCServer has to free this cursor More...
 
rfbBool cleanupSource
 
rfbBool cleanupMask
 
rfbBool cleanupRichSource
 
unsigned char * source
 points to bits More...
 
unsigned char * mask
 points to bits More...
 
unsigned short width
 
unsigned short height
 
unsigned short xhot
 
unsigned short yhot
 metrics More...
 
unsigned short foreRed
 
unsigned short foreGreen
 
unsigned short foreBlue
 device-independent colour More...
 
unsigned short backRed
 
unsigned short backGreen
 
unsigned short backBlue
 device-independent colour More...
 
unsigned char * richSource
 source bytes for a rich cursor More...
 
unsigned char * alphaSource
 source for alpha blending info More...
 
rfbBool alphaPreMultiplied
 if richSource already has alpha applied More...
 

Detailed Description

Definition at line 924 of file rfb.h.

Field Documentation

◆ alphaPreMultiplied

rfbBool alphaPreMultiplied

if richSource already has alpha applied

Definition at line 934 of file rfb.h.

◆ alphaSource

unsigned char* alphaSource

source for alpha blending info

Definition at line 933 of file rfb.h.

◆ backBlue

unsigned short backBlue

device-independent colour

Definition at line 931 of file rfb.h.

◆ backGreen

unsigned short backGreen

Definition at line 931 of file rfb.h.

◆ backRed

unsigned short backRed

Definition at line 931 of file rfb.h.

◆ cleanup

rfbBool cleanup

set this to true if LibVNCServer has to free this cursor

Definition at line 926 of file rfb.h.

◆ cleanupMask

rfbBool cleanupMask

Definition at line 926 of file rfb.h.

◆ cleanupRichSource

rfbBool cleanupRichSource

Definition at line 926 of file rfb.h.

◆ cleanupSource

rfbBool cleanupSource

Definition at line 926 of file rfb.h.

◆ foreBlue

unsigned short foreBlue

device-independent colour

Definition at line 930 of file rfb.h.

◆ foreGreen

unsigned short foreGreen

Definition at line 930 of file rfb.h.

◆ foreRed

unsigned short foreRed

Definition at line 930 of file rfb.h.

◆ height

unsigned short height

Definition at line 929 of file rfb.h.

◆ mask

unsigned char* mask

points to bits

Definition at line 928 of file rfb.h.

◆ richSource

unsigned char* richSource

source bytes for a rich cursor

Definition at line 932 of file rfb.h.

◆ source

unsigned char* source

points to bits

Definition at line 927 of file rfb.h.

◆ width

unsigned short width

Definition at line 929 of file rfb.h.

◆ xhot

unsigned short xhot

Definition at line 929 of file rfb.h.

◆ yhot

unsigned short yhot

metrics

Definition at line 929 of file rfb.h.


The documentation for this struct was generated from the following file: