On Mon, Nov 09, 2015 at 03:02:08PM +0100, Marc-André Lureau wrote:
> Whenever the mouse mode changed on the server, spice-gtk was requesting
> client mode. Instead keep the last requested mode and request it
> whenever it's possible.
>
> Signed-off-by: Marc-André Lureau
> ---
> src/channel-main.
On Mon, Nov 9, 2015 at 3:02 PM, Marc-André Lureau
wrote:
> out = spice_msg_out_new(SPICE_CHANNEL(channel),
> SPICE_MSGC_MAIN_MOUSE_MODE_REQUEST);
> out->marshallers->msgc_main_mouse_mode_request(out->marshaller, &req);
> spice_msg_out_send(out);
> @@ -1648,20 +1654,11 @@ static voi
Whenever the mouse mode changed on the server, spice-gtk was requesting
client mode. Instead keep the last requested mode and request it
whenever it's possible.
Signed-off-by: Marc-André Lureau
---
src/channel-main.c | 23 ++-
1 file changed, 10 insertions(+), 13 deletions(-)