GUACAMOLE-231: Notify terminal when display is modified due to mouse cursor movement.
This commit is contained in:
parent
de9b8d6d2c
commit
6a1db08299
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user