summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);