mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-01 13:10:43 +00:00
Rename SpiceHead::id to monitor_id in the protocol
Signed-off-by: Lukáš Hrázký <lhrazky@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
b007f6144a
commit
e25e7dc00b
@ -2294,7 +2294,7 @@ static void marshall_monitors_config(RedChannelClient *rcc, SpiceMarshaller *bas
|
||||
if (monitors_config->heads[i].width == 0 || monitors_config->heads[i].height == 0) {
|
||||
continue;
|
||||
}
|
||||
msg->heads[count].id = monitors_config->heads[i].id;
|
||||
msg->heads[count].monitor_id = monitors_config->heads[i].id;
|
||||
msg->heads[count].surface_id = monitors_config->heads[i].surface_id;
|
||||
msg->heads[count].width = monitors_config->heads[i].width;
|
||||
msg->heads[count].height = monitors_config->heads[i].height;
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit f4a0fec5e9c1d37f01386530f921026d9d3e1c1c
|
||||
Subproject commit f82a6c5349a9a71485910bd3a57fe588c49d74f8
|
||||
Loading…
Reference in New Issue
Block a user