mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Actually DRAW image data.
This commit is contained in:
@@ -436,6 +436,9 @@ Guacamole.Layer = function(width, height) {
|
|||||||
dst.data[i+3] = 0xFF; // Assume output opaque
|
dst.data[i+3] = 0xFF; // Assume output opaque
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Draw image data
|
||||||
|
displayContext.putImageData(dst, x, y);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unblock the source layer now that draw is complete
|
// Unblock the source layer now that draw is complete
|
||||||
|
Reference in New Issue
Block a user