tomatome / grdp

pure golang rdp protocol
GNU General Public License v3.0
190 stars 70 forks source link

build fail #17

Closed org-lib closed 1 year ago

org-lib commented 1 year ago

go build

github.com/google/gxui/drivers/gl

..\vendor\github.com\google\gxui\drivers\gl\driver.go:191:14: assignment mismatch: 2 variables but c.window.GetClipboardString returns 1 value

tomatome commented 1 year ago

Modify the gxui library file drivers\gl\driver.go:191 GetClipboardString()

Wrong number of returned values。

This graphic library will not be used later