From 30c9ff7a8fcbf3e6cb9a7c1f8030c5e8b40f2f0b Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 29 Oct 2015 16:54:45 -0500 Subject: CursorChannel* arg in cursor_channel_client_new() Instead of passing a CommonChannel* argument, use CursorChannel* since this function is only valid for CursorChannels. Signed-off-by: Jonathon Jongsma Acked-by: Frediano Ziglio --- server/cursor-channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/cursor-channel.h') diff --git a/server/cursor-channel.h b/server/cursor-channel.h index 6a26bdb7..19142269 100644 --- a/server/cursor-channel.h +++ b/server/cursor-channel.h @@ -87,7 +87,7 @@ CursorItem* cursor_item_new (RedCursorCmd *cmd, uint32_t gro void cursor_item_unref (QXLInstance *qxl, CursorItem *cursor); -CursorChannelClient *cursor_channel_client_new(CommonChannel *common, +CursorChannelClient* cursor_channel_client_new(CursorChannel *cursor, RedClient *client, RedsStream *stream, int mig_target, uint32_t *common_caps, int num_common_caps, -- cgit