mirror of
https://github.com/amitbet/vnc2video.git
synced 2025-09-18 16:08:40 +00:00
revert(encoding_util.go): revert
This commit is contained in:
@@ -58,7 +58,7 @@ func (c *VncCanvas) Reset(rect *Rectangle) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *VncCanvas) RemoveCursor() image.Image {
|
func (c *VncCanvas) RemoveCursor() image.Image {
|
||||||
if c == nil || c.Cursor == nil || c.CursorLocation == nil {
|
if c.Cursor == nil || c.CursorLocation == nil {
|
||||||
return c.Image
|
return c.Image
|
||||||
}
|
}
|
||||||
if !c.DrawCursor {
|
if !c.DrawCursor {
|
||||||
|
Reference in New Issue
Block a user