mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Fixed error in call to redrawCursor() and layer
This commit is contained in:
@@ -302,7 +302,7 @@ function GuacamoleClient(display, tunnel) {
|
||||
cursorImage = image;
|
||||
cursorHotspotX = x;
|
||||
cursorHotspotY = y;
|
||||
redrawCursor();
|
||||
redrawCursor(cursorRectX, cursorRectY);
|
||||
};
|
||||
image.src = "data:image/png;base64," + data
|
||||
|
||||
|
Reference in New Issue
Block a user