mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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
|
// Fire cursor change event
|
||||||
if (guac_display.oncursor)
|
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