Don't put output on stdin, instead do it on http connection
This commit is contained in:
@ -75,7 +75,7 @@ struct _GdkDisplayBroadway
|
||||
GdkWindow *active_offscreen_window;
|
||||
|
||||
GSocketService *service;
|
||||
BroadwayClient *connection;
|
||||
BroadwayClient *output;
|
||||
};
|
||||
|
||||
struct _GdkDisplayBroadwayClass
|
||||
|
||||
Reference in New Issue
Block a user