summaryrefslogtreecommitdiffstats
path: root/rdp
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-05-18 07:04:13 +0000
committerjsorg71 <jsorg71>2007-05-18 07:04:13 +0000
commit591a63b0b22663db6625d1bbfb5fcdc687f0622d (patch)
tree40c634123233a1afe6b817f0472ca7dbf44d5de8 /rdp
parentb2c524aee1a2291a548235ea7313e1d814e1802c (diff)
downloadxrdp-proprietary-591a63b0b22663db6625d1bbfb5fcdc687f0622d.tar.gz
xrdp-proprietary-591a63b0b22663db6625d1bbfb5fcdc687f0622d.zip
version missing from struct
Diffstat (limited to 'rdp')
-rw-r--r--rdp/rdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdp/rdp.h b/rdp/rdp.h
index 88c63d27..2344e591 100644
--- a/rdp/rdp.h
+++ b/rdp/rdp.h
@@ -254,6 +254,7 @@ struct rdp_orders
struct mod
{
int size; /* size of this struct */
+ int version; /* internal version */
/* client functions */
int (*mod_start)(struct mod* v, int w, int h, int bpp);
int (*mod_connect)(struct mod* v);