summaryrefslogtreecommitdiffstats
path: root/vnc/vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc/vnc.h')
-rw-r--r--vnc/vnc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vnc/vnc.h b/vnc/vnc.h
index 7cdd6ec4..3189f262 100644
--- a/vnc/vnc.h
+++ b/vnc/vnc.h
@@ -104,4 +104,7 @@ struct vnc
int sck_closed;
int shift_state; /* 0 up, 1 down */
int keylayout;
+ int clip_chanid;
+ char* clip_data;
+ int clip_data_size;
};