Don't put output on stdin, instead do it on http connection

This commit is contained in:
Alexander Larsson
2010-11-18 22:21:16 +01:00
parent 8a0429b42d
commit f11a7d2fde
7 changed files with 155 additions and 62 deletions

View File

@ -75,7 +75,7 @@ struct _GdkDisplayBroadway
GdkWindow *active_offscreen_window;
GSocketService *service;
BroadwayClient *connection;
BroadwayClient *output;
};
struct _GdkDisplayBroadwayClass