Re: [Spice-devel] [PATCH linux vdagent 02/10] Fix confusion between output index and crtc index

2018-12-17 Thread Lukáš Hrázký
On Thu, 2018-12-13 at 16:46 -0600, Jonathon Jongsma wrote: > Get the CRTC ID from the output struct rather than using the > output_index as an index into the array of crtcs > --- > src/vdagent/x11-randr.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git

[Spice-devel] [PATCH linux vdagent 02/10] Fix confusion between output index and crtc index

2018-12-13 Thread Jonathon Jongsma
Get the CRTC ID from the output struct rather than using the output_index as an index into the array of crtcs --- src/vdagent/x11-randr.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/vdagent/x11-randr.c b/src/vdagent/x11-randr.c index 88f723f..802af5c 100644 ---