mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 11:28:31 +00:00
Don't set RedChannelClient::monitor-latency to FALSE
This is the default value, and the property is marked as _CONSTRUCT_ONLY, so we don't need to explicitly force the default when instantiating a RedChannelClient. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
db9dcd944a
commit
b8bc1fe715
@ -102,7 +102,6 @@ CursorChannelClient* cursor_channel_client_new(CursorChannel *cursor, RedClient
|
||||
"channel", cursor,
|
||||
"client", client,
|
||||
"stream", stream,
|
||||
"monitor-latency", FALSE,
|
||||
"caps", caps,
|
||||
NULL);
|
||||
common_graphics_channel_set_during_target_migrate(COMMON_GRAPHICS_CHANNEL(cursor), mig_target);
|
||||
|
||||
@ -1014,7 +1014,6 @@ vmc_channel_client_create(RedChannel *channel, RedClient *client,
|
||||
"channel", channel,
|
||||
"client", client,
|
||||
"stream", stream,
|
||||
"monitor-latency", FALSE,
|
||||
"caps", caps,
|
||||
NULL);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user