[vino] Instantiate vino-types.h in VinoServer



commit 8b8347ef7e7c3048644a5ae9510d718c6c461175
Author: Arnaud Maillet <arnaud maillet collabora co uk>
Date:   Fri Jul 17 15:39:24 2009 +0200

    Instantiate vino-types.h in VinoServer

 server/vino-server.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/server/vino-server.h b/server/vino-server.h
index 3788ac8..1174b0b 100644
--- a/server/vino-server.h
+++ b/server/vino-server.h
@@ -26,6 +26,8 @@
 #include <glib-object.h>
 #include <gdk/gdk.h>
 
+#include "vino-types.h"
+
 G_BEGIN_DECLS
 
 #define VINO_SERVER_DEFAULT_PORT  5900
@@ -40,7 +42,6 @@ G_BEGIN_DECLS
 #define VINO_IS_SERVER_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), VINO_TYPE_SERVER))
 #define VINO_SERVER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), VINO_TYPE_SERVER, VinoServerClass))
 
-typedef struct _VinoServer        VinoServer;
 typedef struct _VinoServerClass   VinoServerClass;
 typedef struct _VinoServerPrivate VinoServerPrivate;
 typedef struct _VinoClient        VinoClient;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]