[gtk+] broadway: Make the InputMessage type a uint32



commit 4d7b822059fc8f905720b18a0d705cee5df55d12
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Jan 8 17:32:27 2013 +0100

    broadway: Make the InputMessage type a uint32
    
    That way we don't get any holes in the structs.

 gdk/broadway/broadway-protocol.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/broadway/broadway-protocol.h b/gdk/broadway/broadway-protocol.h
index 1b524b4..2a993bc 100644
--- a/gdk/broadway/broadway-protocol.h
+++ b/gdk/broadway/broadway-protocol.h
@@ -39,7 +39,7 @@ typedef enum {
 } BroadwayOpType;
 
 typedef struct {
-  guint8 type;
+  guint32 type;
   guint32 serial;
   guint64 time;
 } BroadwayInputBaseMsg;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]