forked from AuroraMiddleware/gtk
broadway: Make the InputMessage type a uint32
That way we don't get any holes in the structs.
This commit is contained in:
parent
f72d1a8d2b
commit
4d7b822059
@ -39,7 +39,7 @@ typedef enum {
|
||||
} BroadwayOpType;
|
||||
|
||||
typedef struct {
|
||||
guint8 type;
|
||||
guint32 type;
|
||||
guint32 serial;
|
||||
guint64 time;
|
||||
} BroadwayInputBaseMsg;
|
||||
|
Loading…
Reference in New Issue
Block a user