summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/clipboard_common.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-11-14 09:44:43 -0800
committerJay Sorg <jay.sorg@gmail.com>2012-11-14 09:44:43 -0800
commit2902fd651cc720bcf8a0738ba8244783df07d5ef (patch)
treefabbb1fe0fe4f48f5cad4adb677cc535f074908b /sesman/chansrv/clipboard_common.h
parentb60ee35a3459815d28923af42c9a8790c40a8009 (diff)
downloadxrdp-proprietary-2902fd651cc720bcf8a0738ba8244783df07d5ef.tar.gz
xrdp-proprietary-2902fd651cc720bcf8a0738ba8244783df07d5ef.zip
chansrv: change for pasting over a wan
Diffstat (limited to 'sesman/chansrv/clipboard_common.h')
-rw-r--r--sesman/chansrv/clipboard_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/chansrv/clipboard_common.h b/sesman/chansrv/clipboard_common.h
index 3b627844..b1d5d723 100644
--- a/sesman/chansrv/clipboard_common.h
+++ b/sesman/chansrv/clipboard_common.h
@@ -103,6 +103,7 @@ struct clip_c2s /* client to server, pasting from mstsc to linux app */
{
int incr_in_progress;
int incr_bytes_done;
+ int read_bytes_done;
int total_bytes;
char *data;
Atom type; /* UTF8_STRING, image/bmp, ... */