summaryrefslogtreecommitdiffstats
path: root/freerdp1/xrdp-freerdp.h
diff options
context:
space:
mode:
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];