mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
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:
parent
44624ed8bf
commit
bd322b68e6
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user