broadway: Add serial tracking and roundtripping

This commit is contained in:
Alexander Larsson
2011-03-10 14:58:47 +01:00
parent 3914d0af38
commit d4e2414d4a
8 changed files with 53 additions and 18 deletions

View File

@ -81,6 +81,7 @@ struct _GdkBroadwayDisplay
GSocketService *service;
BroadwayOutput *output;
guint32 saved_serial;
HttpRequest *input;
};