Avoid to typedef twice CursorChannel

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-10-17 14:03:21 +01:00
parent 44624ed8bf
commit bd322b68e6

View File

@ -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
{