mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-07 08:00:56 +00:00
added serverInit listening and recorder adaptation for being created outside of the client
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user