made vnc replay-to-client work!

This commit is contained in:
amit bezalel
2017-07-14 17:43:20 +03:00
parent 852f08db21
commit 01f050ae21
16 changed files with 363 additions and 90 deletions

View File

@@ -11,7 +11,7 @@ import (
type Encoding interface {
// The number that uniquely identifies this encoding type.
Type() int32
WriteTo(w io.Writer) (n int, err error)
// Read reads the contents of the encoded pixel data from the reader.
// This should return a new Encoding implementation that contains
// the proper data.