diff --git a/guacamole-common-js/src/main/resources/guacamole.js b/guacamole-common-js/src/main/resources/guacamole.js index d4a52ba35..434d16d44 100644 --- a/guacamole-common-js/src/main/resources/guacamole.js +++ b/guacamole-common-js/src/main/resources/guacamole.js @@ -426,7 +426,15 @@ Guacamole.Client = function(tunnel) { layer.rect(x, y, w, h); }, + + "reset": function(parameters) { + var layer = getLayer(parseInt(parameters[0])); + + layer.reset(); + + }, + "clip": function(parameters) { var layer = getLayer(parseInt(parameters[0]));