version missing from struct

ulab-original
jsorg71 17 years ago
parent b2c524aee1
commit 591a63b0b2

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

Loading…
Cancel
Save