version missing from struct

This commit is contained in:
jsorg71 2007-05-18 07:04:13 +00:00
parent b2c524aee1
commit 591a63b0b2

View File

@ -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);