diff options
author | jsorg71 <jsorg71> | 2007-05-18 07:04:13 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-05-18 07:04:13 +0000 |
commit | 591a63b0b22663db6625d1bbfb5fcdc687f0622d (patch) | |
tree | 40c634123233a1afe6b817f0472ca7dbf44d5de8 /rdp | |
parent | b2c524aee1a2291a548235ea7313e1d814e1802c (diff) | |
download | xrdp-proprietary-591a63b0b22663db6625d1bbfb5fcdc687f0622d.tar.gz xrdp-proprietary-591a63b0b22663db6625d1bbfb5fcdc687f0622d.zip |
version missing from struct
Diffstat (limited to 'rdp')
-rw-r--r-- | rdp/rdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |