From 8a6595e2dbd067cc3ff353d3d46b8a4f4ec6d7f6 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 1 Apr 2011 01:58:41 -0700 Subject: [PATCH] Fixed typo in copy. --- guacamole-common-js/src/main/resources/layer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole-common-js/src/main/resources/layer.js b/guacamole-common-js/src/main/resources/layer.js index 5f481b752..7fcae1728 100644 --- a/guacamole-common-js/src/main/resources/layer.js +++ b/guacamole-common-js/src/main/resources/layer.js @@ -215,7 +215,7 @@ function Layer(width, height) { 0x9: "destination-atop", 0xA: "xor", 0xB: "destination-over", - 0xC: "source-copy", + 0xC: "copy", /* 0xD NOT IMPLEMENTED */ 0xE: "source-over", 0xF: "lighter",