From 591a63b0b22663db6625d1bbfb5fcdc687f0622d Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Fri, 18 May 2007 07:04:13 +0000 Subject: [PATCH] version missing from struct --- rdp/rdp.h | 1 + 1 file changed, 1 insertion(+) 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);