[broadway] Keep track of the GSocketConnection for the output

This commit is contained in:
Alexander Larsson
2010-11-24 21:48:12 +01:00
parent f407b4a5f5
commit fcce2986ce
2 changed files with 3 additions and 3 deletions

View File

@ -81,6 +81,7 @@ struct _GdkDisplayBroadway
GSocketService *service;
BroadwayOutput *output;
GSocketConnection *output_connection;
};
struct _GdkDisplayBroadwayClass