mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-230: Supply oncursor event with new canvas (having correct dimensions).
This commit is contained in:
@@ -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);
|
||||
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user