diff --git a/guacamole-common-js/src/main/webapp/modules/Display.js b/guacamole-common-js/src/main/webapp/modules/Display.js index f14c6bf56..2c9ede6d8 100644 --- a/guacamole-common-js/src/main/webapp/modules/Display.js +++ b/guacamole-common-js/src/main/webapp/modules/Display.js @@ -423,7 +423,7 @@ Guacamole.Display = function() { // Fire cursor change event if (guac_display.oncursor) - guac_display.oncursor(cursor.getCanvas(), hotspotX, hotspotY); + guac_display.oncursor(cursor.toCanvas(), hotspotX, hotspotY); }); };