GUACAMOLE-231: Notifying terminal for mouse movement is no longer necessary (common cursor sends its own position updates without requiring new frames).

This commit is contained in:
Michael Jumper 2017-03-11 14:58:52 -08:00
parent 240e18cd92
commit fe8771e181

View File

@ -1746,7 +1746,6 @@ 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;
}