mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Stub implementation of flatten().
This commit is contained in:
@@ -1167,6 +1167,17 @@ Guacamole.Client = function(tunnel) {
|
|||||||
return displayScale;
|
return displayScale;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns a canvas element containing the entire display, with all child
|
||||||
|
* layers composited within.
|
||||||
|
*/
|
||||||
|
this.flatten = function() {
|
||||||
|
|
||||||
|
// STUB: For now, just return canvas from root layer
|
||||||
|
return getLayer(0).getCanvas();
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user