From 9e1c0321ea69d17361ecacf5f81891db2c51d74d Mon Sep 17 00:00:00 2001 From: devilhorns Date: Mon, 4 Apr 2011 22:54:42 +0000 Subject: [PATCH] Ecore_X: XLib: Add missing EAPI in front of ecore_x_dnd_source_action_set function. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58340 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_x/xlib/ecore_x_dnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_x/xlib/ecore_x_dnd.c b/src/lib/ecore_x/xlib/ecore_x_dnd.c index 0f1d8bb..f1e0d43 100644 --- a/src/lib/ecore_x/xlib/ecore_x_dnd.c +++ b/src/lib/ecore_x/xlib/ecore_x_dnd.c @@ -555,7 +555,7 @@ ecore_x_dnd_send_finished(void) _target->state = ECORE_X_DND_TARGET_IDLE; } /* ecore_x_dnd_send_finished */ -void +EAPI void ecore_x_dnd_source_action_set(Ecore_X_Atom action) { _source->action = action; -- 2.7.4