mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 20:00:20 +00:00
cursor-channel: Remove unused pipe_item argument from red_marshall_cursor_init
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
0f1a606d30
commit
673fbd7147
@ -114,8 +114,7 @@ static void cursor_fill(CursorChannelClient *ccc, RedCursorPipeItem *cursor,
|
||||
}
|
||||
}
|
||||
|
||||
static void red_marshall_cursor_init(CursorChannelClient *ccc, SpiceMarshaller *base_marshaller,
|
||||
RedPipeItem *pipe_item)
|
||||
static void red_marshall_cursor_init(CursorChannelClient *ccc, SpiceMarshaller *base_marshaller)
|
||||
{
|
||||
spice_assert(ccc);
|
||||
|
||||
@ -212,7 +211,7 @@ static void cursor_channel_send_item(RedChannelClient *rcc, RedPipeItem *pipe_it
|
||||
break;
|
||||
case RED_PIPE_ITEM_TYPE_CURSOR_INIT:
|
||||
cursor_channel_client_reset_cursor_cache(rcc);
|
||||
red_marshall_cursor_init(ccc, m, pipe_item);
|
||||
red_marshall_cursor_init(ccc, m);
|
||||
break;
|
||||
case RED_PIPE_ITEM_TYPE_INVAL_CURSOR_CACHE:
|
||||
cursor_channel_client_reset_cursor_cache(rcc);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user