diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-11-14 09:44:43 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-11-14 09:44:43 -0800 |
commit | 2902fd651cc720bcf8a0738ba8244783df07d5ef (patch) | |
tree | fabbb1fe0fe4f48f5cad4adb677cc535f074908b /sesman/chansrv/clipboard_common.h | |
parent | b60ee35a3459815d28923af42c9a8790c40a8009 (diff) | |
download | xrdp-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.h | 1 |
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, ... */ |