broadway: Make the InputMessage type a uint32

That way we don't get any holes in the structs.
This commit is contained in:
Alexander Larsson 2013-01-08 17:32:27 +01:00
parent f72d1a8d2b
commit 4d7b822059

View File

@ -39,7 +39,7 @@ typedef enum {
} BroadwayOpType;
typedef struct {
guint8 type;
guint32 type;
guint32 serial;
guint64 time;
} BroadwayInputBaseMsg;