mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Fix cursor - copyRect() has been renamed to copy().
This commit is contained in:
@@ -464,7 +464,7 @@ Guacamole.Client = function(tunnel) {
|
|||||||
cursor.resize(srcWidth, srcHeight);
|
cursor.resize(srcWidth, srcHeight);
|
||||||
|
|
||||||
// Draw cursor to cursor layer
|
// Draw cursor to cursor layer
|
||||||
cursor.getLayer().copyRect(
|
cursor.getLayer().copy(
|
||||||
srcL,
|
srcL,
|
||||||
srcX,
|
srcX,
|
||||||
srcY,
|
srcY,
|
||||||
|
Reference in New Issue
Block a user