mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Stub implementation of flatten().
This commit is contained in:
@@ -1167,6 +1167,17 @@ Guacamole.Client = function(tunnel) {
|
||||
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