diff options
Diffstat (limited to 'rfb.h')
-rw-r--r-- | rfb.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -473,6 +473,9 @@ typedef struct rfbClientRec { Bool enableCursorShapeUpdates; /* client supports cursor shape updates */ Bool useRichCursorEncoding; /* rfbEncodingRichCursor is preferred */ Bool cursorWasChanged; /* cursor shape update should be sent */ +#ifdef BACKCHANNEL + Bool enableBackChannel; +#endif struct rfbClientRec *prev; struct rfbClientRec *next; |