version missing from struct
This commit is contained in:
parent
b2c524aee1
commit
591a63b0b2
@ -254,6 +254,7 @@ struct rdp_orders
|
|||||||
struct mod
|
struct mod
|
||||||
{
|
{
|
||||||
int size; /* size of this struct */
|
int size; /* size of this struct */
|
||||||
|
int version; /* internal version */
|
||||||
/* client functions */
|
/* client functions */
|
||||||
int (*mod_start)(struct mod* v, int w, int h, int bpp);
|
int (*mod_start)(struct mod* v, int w, int h, int bpp);
|
||||||
int (*mod_connect)(struct mod* v);
|
int (*mod_connect)(struct mod* v);
|
||||||
|
Loading…
Reference in New Issue
Block a user