Re: [Spice-devel] [PATCH linux vdagent v4 8/9] Send display IDs to daemon when device info changes

2019-01-18 Thread Lukáš Hrázký
I'd squash this to the previous patch. On Thu, 2019-01-17 at 16:14 -0600, Jonathon Jongsma wrote: > When the agent gets a new device info message (from the daemon), we need > to re-calculate the guest output map and send that information back down > to the daemon so that it can handle mouse

[Spice-devel] [PATCH linux vdagent v4 8/9] Send display IDs to daemon when device info changes

2019-01-17 Thread Jonathon Jongsma
When the agent gets a new device info message (from the daemon), we need to re-calculate the guest output map and send that information back down to the daemon so that it can handle mouse input events correctly. --- src/vdagent/x11-randr.c | 3 +++ 1 file changed, 3 insertions(+) diff --git