[Spice-devel] [PATCH spice-server 03/10] Avoid to typedef twice CursorChannel

Pavel Grunt pgrunt at redhat.com
Tue Oct 18 08:39:58 UTC 2016


On Mon, 2016-10-17 at 14:26 +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>\
Acked-by: Pavel Grunt <pgrunt at redhat.com>
> ---
>  server/cursor-channel-client.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/cursor-channel-client.h b/server/cursor-channel-
> client.h
> index 2336b95..fab6837 100644
> --- a/server/cursor-channel-client.h
> +++ b/server/cursor-channel-client.h
> @@ -24,6 +24,7 @@
>  #include "red-common.h"
>  #include "red-channel-client.h"
>  #include "reds-stream.h"
> +#include "cursor-channel.h"
>  
>  G_BEGIN_DECLS
>  
> @@ -43,7 +44,6 @@ G_BEGIN_DECLS
>  typedef struct CursorChannelClient CursorChannelClient;
>  typedef struct CursorChannelClientClass CursorChannelClientClass;
>  typedef struct CursorChannelClientPrivate
> CursorChannelClientPrivate;
> -typedef struct CursorChannel CursorChannel;
>  
>  struct CursorChannelClient
>  {


More information about the Spice-devel mailing list