added serverInit listening and recorder adaptation for being created outside of the client

This commit is contained in:
amit bezalel
2017-07-07 13:32:21 +03:00
parent ed0dc6839c
commit 7882e7f051
12 changed files with 840 additions and 892 deletions

View File

@@ -19,12 +19,7 @@ var DefaultClientMessages = []common.ClientMessage{
&ClientCutText{},
}
type ServerInit struct {
FBWidth, FBHeight uint16
PixelFormat common.PixelFormat
NameLength uint32
NameText []byte
}
//var _ Conn = (*ServerConn)(nil)