Repository: incubator-guacamole-server
Updated Branches:
  refs/heads/master [created] f97a681f1


GUAC-236: Document transfer as currently unimplemented (rarely used).


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/2798536a
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/2798536a
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/2798536a

Branch: refs/heads/master
Commit: 2798536a7afe09deac5d92f917cb6391001b6b59
Parents: be0a9e7
Author: Michael Jumper <[email protected]>
Authored: Sat Mar 12 19:56:30 2016 -0800
Committer: Michael Jumper <[email protected]>
Committed: Mon Mar 14 20:22:03 2016 -0700

----------------------------------------------------------------------
 src/guacenc/instruction-transfer.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/2798536a/src/guacenc/instruction-transfer.c
----------------------------------------------------------------------
diff --git a/src/guacenc/instruction-transfer.c 
b/src/guacenc/instruction-transfer.c
index 3643404..c2508f6 100644
--- a/src/guacenc/instruction-transfer.c
+++ b/src/guacenc/instruction-transfer.c
@@ -47,10 +47,11 @@ int guacenc_handle_transfer(guacenc_display* display, int 
argc, char** argv) {
     int dst_x = atoi(argv[7]);
     int dst_y = atoi(argv[8]);
 
-    /* STUB */
+    /* TODO: Unimplemented for now (rarely used) */
     guacenc_log(GUAC_LOG_DEBUG, "transform: src_layer=%i (%i, %i) %ix%i "
             "function=0x%X dst_layer=%i (%i, %i)", src_index, src_x, src_y,
             src_w, src_h, function, dst_index, dst_x, dst_y);
+
     return 0;
 
 }

Reply via email to