Re: [Spice-devel] [PATCH linux vdagent v4 2/9] Look up and store xrandr output in display map

2019-01-18 Thread Lukáš Hrázký
On Thu, 2019-01-17 at 16:14 -0600, Jonathon Jongsma wrote: > Instead of storing each device address and device display ID in the hash > table, simply use the lookup_xrandr_output_for_device_info() function to > look up the ID of the xrandr output and store that in the hash table. > --- >

[Spice-devel] [PATCH linux vdagent v4 2/9] Look up and store xrandr output in display map

2019-01-17 Thread Jonathon Jongsma
Instead of storing each device address and device display ID in the hash table, simply use the lookup_xrandr_output_for_device_info() function to look up the ID of the xrandr output and store that in the hash table. --- src/vdagent/x11-priv.h | 2 +- src/vdagent/x11-randr.c | 53