You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/03/10 17:46:48 UTC

[1/2] incubator-guacamole-server git commit: GUACAMOLE-231: Notify terminal when display is modified due to mouse cursor movement.

Repository: incubator-guacamole-server
Updated Branches:
  refs/heads/staging/0.9.12-incubating de9b8d6d2 -> cf05eca68


GUACAMOLE-231: Notify terminal when display is modified due to mouse cursor movement.


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/6a1db082
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/6a1db082
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/6a1db082

Branch: refs/heads/staging/0.9.12-incubating
Commit: 6a1db08299c51f081a2b5633f38f6612c803228f
Parents: de9b8d6
Author: Michael Jumper <mj...@apache.org>
Authored: Mon Mar 6 22:41:19 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Mon Mar 6 22:41:19 2017 -0800

----------------------------------------------------------------------
 src/terminal/terminal.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/6a1db082/src/terminal/terminal.c
----------------------------------------------------------------------
diff --git a/src/terminal/terminal.c b/src/terminal/terminal.c
index c5df648..a65f446 100644
--- a/src/terminal/terminal.c
+++ b/src/terminal/terminal.c
@@ -1746,6 +1746,7 @@ int guac_terminal_send_mouse(guac_terminal* term, guac_user* user,
     result = __guac_terminal_send_mouse(term, user, x, y, mask);
     guac_terminal_unlock(term);
 
+    guac_terminal_notify(term);
     return result;
 
 }


[2/2] incubator-guacamole-server git commit: GUACAMOLE-231: Merge mouse update fix.

Posted by jm...@apache.org.
GUACAMOLE-231: Merge mouse update fix.


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/cf05eca6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/cf05eca6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/cf05eca6

Branch: refs/heads/staging/0.9.12-incubating
Commit: cf05eca68b06e770cc1482c2e1624e43152c6643
Parents: de9b8d6 6a1db08
Author: James Muehlner <ja...@guac-dev.org>
Authored: Fri Mar 10 09:46:03 2017 -0800
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Fri Mar 10 09:46:03 2017 -0800

----------------------------------------------------------------------
 src/terminal/terminal.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------