From 77516f16b412ce49edc0a3ac045e29556160edf0 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 11 Mar 2012 21:33:39 -0700 Subject: [PATCH] Fix cursor - copyRect() has been renamed to copy(). --- src/main/resources/guacamole.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/guacamole.js b/src/main/resources/guacamole.js index e49b155..d4a52ba 100644 --- a/src/main/resources/guacamole.js +++ b/src/main/resources/guacamole.js @@ -464,7 +464,7 @@ Guacamole.Client = function(tunnel) { cursor.resize(srcWidth, srcHeight); // Draw cursor to cursor layer - cursor.getLayer().copyRect( + cursor.getLayer().copy( srcL, srcX, srcY, -- 1.7.10.4