[Spice-commits] server/cursor-channel.c
Frediano Ziglio
fziglio at kemper.freedesktop.org
Fri Oct 14 09:41:45 UTC 2016
server/cursor-channel.c | 2 --
1 file changed, 2 deletions(-)
New commits:
commit c5758b68907637085a9f2ac25aa09882c74505e8
Author: Francois Gouget <fgouget at codeweavers.com>
Date: Fri Oct 14 11:28:14 2016 +0200
server: Remove a redundant CursorChannelClient typedef
CursorChannelClient is already defined in cursor-channel-client.h.
This fixes compilation errors with gcc 4.4.7 on RHEL 6.8.
Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Acked-by: Pavel Grunt <pgrunt at redhat.com>
diff --git a/server/cursor-channel.c b/server/cursor-channel.c
index b152697..5b21a05 100644
--- a/server/cursor-channel.c
+++ b/server/cursor-channel.c
@@ -26,8 +26,6 @@
#include "cursor-channel-client.h"
#include "reds.h"
-typedef struct CursorChannelClient CursorChannelClient;
-
enum {
RED_PIPE_ITEM_TYPE_CURSOR = RED_PIPE_ITEM_TYPE_COMMON_LAST,
RED_PIPE_ITEM_TYPE_CURSOR_INIT,
More information about the Spice-commits
mailing list