broadway: Send focus out events

This commit is contained in:
Alexander Larsson
2013-11-13 12:10:29 +01:00
parent 6917746c8e
commit ca89f5ab93
3 changed files with 18 additions and 6 deletions

View File

@ -122,7 +122,8 @@ typedef struct {
typedef struct {
BroadwayInputBaseMsg base;
gint32 id;
gint32 new_id;
gint32 old_id;
} BroadwayInputFocusMsg;
typedef union {