summaryrefslogtreecommitdiffstats
path: root/rfb.h
diff options
context:
space:
mode:
authordscho <dscho>2002-01-17 09:33:17 +0000
committerdscho <dscho>2002-01-17 09:33:17 +0000
commit7b90c44708b6b3096419af747e4a4f3470d2d4db (patch)
tree4214a827c7505e97c6863d00d00b07f82b770d5a /rfb.h
parentba66518fa044cf164cc3d963a248002c45f29538 (diff)
downloadlibtdevnc-7b90c44708b6b3096419af747e4a4f3470d2d4db.tar.gz
libtdevnc-7b90c44708b6b3096419af747e4a4f3470d2d4db.zip
correct BackChannel handling, compile cleanups
Diffstat (limited to 'rfb.h')
-rw-r--r--rfb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rfb.h b/rfb.h
index a604dac..35dd031 100644
--- a/rfb.h
+++ b/rfb.h
@@ -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;