From: Michael Jumper Date: Mon, 12 Mar 2012 04:33:39 +0000 (-0700) Subject: Fix cursor - copyRect() has been renamed to copy(). X-Git-Url: http://git.alex.org.uk Fix cursor - copyRect() has been renamed to copy(). --- 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,