summaryrefslogtreecommitdiffstats
path: root/freerdp1/xrdp-freerdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-02-07 20:35:09 -0800
committerJay Sorg <jay.sorg@gmail.com>2012-02-07 20:35:09 -0800
commit0e92c14b19e99af497e8bc1493cabfb066792f95 (patch)
treef5bf1cb01908644fe58124b85eb24afa16eb7b5e /freerdp1/xrdp-freerdp.h
parent7411c42e7b0dbc141ba2e8a4e1b9c75b4ab3b35c (diff)
downloadxrdp-proprietary-0e92c14b19e99af497e8bc1493cabfb066792f95.tar.gz
xrdp-proprietary-0e92c14b19e99af497e8bc1493cabfb066792f95.zip
forward channel data in freerdp module
Diffstat (limited to 'freerdp1/xrdp-freerdp.h')
-rw-r--r--freerdp1/xrdp-freerdp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/freerdp1/xrdp-freerdp.h b/freerdp1/xrdp-freerdp.h
index 8866fdc5..d6ebf278 100644
--- a/freerdp1/xrdp-freerdp.h
+++ b/freerdp1/xrdp-freerdp.h
@@ -124,6 +124,9 @@ struct mod
int height;
int bpp;
int colormap[256];
+ char* chan_buf;
+ int chan_buf_valid;
+ int chan_buf_bytes;
struct rdp_freerdp* inst;
struct bitmap_item bitmap_cache[4][4096];