[Spice-devel] [PATCH linux vdagent v4 6/9] Use new function in vdagent_x11_send_daemon_guest_xorg_res()

2019-01-17 Thread Jonathon Jongsma
Rather than getting the current guest resolution in a VDAgentMonitorsConfig struct and then translating it to a new struct type for sending down to the daemon, simply use the new function that was factored out in a previous commit and populate the message struct directly. --- src/vdagent/x11-randr

Re: [Spice-devel] [PATCH linux vdagent v4 6/9] Use new function in vdagent_x11_send_daemon_guest_xorg_res()

2019-01-18 Thread Lukáš Hrázký
Reviewed-by: Lukáš Hrázký On Thu, 2019-01-17 at 16:14 -0600, Jonathon Jongsma wrote: > Rather than getting the current guest resolution in a > VDAgentMonitorsConfig struct and then translating it to a new struct > type for sending down to the daemon, simply use the new function that > was factor