summaryrefslogtreecommitdiffstats
path: root/vnc/vnc.h
diff options
context:
space:
mode:
authorAnthony Agresta <aagresta@datainnovations.com>2014-11-07 09:32:00 -0500
committerAnthony Agresta <aagresta@datainnovations.com>2014-11-07 09:32:00 -0500
commit6ddc43c4fc202b96ccff60afa66db81a3ee2f4b7 (patch)
tree5e4f0137a91df924414f341a0138f0742cd1c7d7 /vnc/vnc.h
parent605df27103158bcea57ad95aa8d9d06d07479de9 (diff)
downloadxrdp-proprietary-6ddc43c4fc202b96ccff60afa66db81a3ee2f4b7.tar.gz
xrdp-proprietary-6ddc43c4fc202b96ccff60afa66db81a3ee2f4b7.zip
vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182
Diffstat (limited to 'vnc/vnc.h')
-rw-r--r--vnc/vnc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnc/vnc.h b/vnc/vnc.h
index 947b521f..6d265beb 100644
--- a/vnc/vnc.h
+++ b/vnc/vnc.h
@@ -115,4 +115,5 @@ struct vnc
char* clip_data;
int clip_data_size;
tbus sck_obj;
+ int delay_ms;
};