Another omitted WEBKIT_API problem. I think there's a bunch more of
these, but I just fixed this one.

Blake
-- 
Blake Ramsdell | http://www.blakeramsdell.com
From eb5533e20e78531e9d1193f6729ff40dc6789b0c Mon Sep 17 00:00:00 2001
From: Blake Ramsdell <[EMAIL PROTECTED]>
Date: Fri, 18 Apr 2008 16:39:27 -0700
Subject: [PATCH] Made webkit_actor_get_type WEBKIT_API.

---
 WebKit/clutter/webkit/webkitactor.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/WebKit/clutter/webkit/webkitactor.h b/WebKit/clutter/webkit/webkitactor.h
index ab1f242..18ed60e 100644
--- a/WebKit/clutter/webkit/webkitactor.h
+++ b/WebKit/clutter/webkit/webkitactor.h
@@ -2,6 +2,7 @@
 #define _WEBKIT_ACTOR_H_
 
 #include <clutter-cairo.h>
+#include <webkit/webkitdefines.h>
 
 G_BEGIN_DECLS
 
@@ -36,7 +37,7 @@ typedef struct _WebkitActorClass {
     void (* stop_editing) (WebkitActor *actor);
 } WebkitActorClass;
 
-GType webkit_actor_get_type (void);
+WEBKIT_API GType webkit_actor_get_type (void);
 void webkit_actor_expose (WebkitActor          *actor,
 			  WebkitActorRectangle *rect);
 void webkit_actor_queue_expose (WebkitActor          *actor,
-- 
1.5.5

Reply via email to