Add initial http server

This commit is contained in:
Alexander Larsson
2010-11-18 13:17:23 +01:00
parent 0b85341737
commit ded9bc698b
2 changed files with 114 additions and 0 deletions

View File

@ -74,6 +74,7 @@ struct _GdkDisplayBroadway
/* The offscreen window that has the pointer in it (if any) */
GdkWindow *active_offscreen_window;
GSocketService *service;
BroadwayClient *connection;
};