]> Pileus Git - ~andy/gtk/commitdiff
broadway: Make the InputMessage type a uint32
authorAlexander Larsson <alexl@redhat.com>
Tue, 8 Jan 2013 16:32:27 +0000 (17:32 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 8 Jan 2013 17:05:06 +0000 (18:05 +0100)
That way we don't get any holes in the structs.

gdk/broadway/broadway-protocol.h

index 1b524b4429bcc75c6b3dd7c69893bfa9af3d4d80..2a993bc7d7b40d31f852c38d2fac3db8130c8ebc 100644 (file)
@@ -39,7 +39,7 @@ typedef enum {
 } BroadwayOpType;
 
 typedef struct {
-  guint8 type;
+  guint32 type;
   guint32 serial;
   guint64 time;
 } BroadwayInputBaseMsg;