Re: [Spice-devel] [PATCH vd_agent 8/8 v3] Receive the graphics_device_info message

2019-01-17 Thread Jonathon Jongsma
Acked-by: Jonathon Jongsma On Wed, 2019-01-16 at 13:52 +0100, Lukáš Hrázký wrote: > The graphics_device_info message contains the device display ID > information (device address and device display ID). Stores the data > in a > hash table in vdagent. > > Signed-off-by: Lukáš Hrázký > --- >

[Spice-devel] [PATCH vd_agent 8/8 v3] Receive the graphics_device_info message

2019-01-16 Thread Lukáš Hrázký
The graphics_device_info message contains the device display ID information (device address and device display ID). Stores the data in a hash table in vdagent. Signed-off-by: Lukáš Hrázký --- src/vdagent/vdagent.c| 3 ++ src/vdagent/x11-priv.h | 1 + src/vdagent/x11-randr.c