From 7adaac4b7e01350b6267684bb72ebafe6b7a12b3 Mon Sep 17 00:00:00 2001 From: Christopher Michael 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. SVN revision: 58340 --- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_dnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_dnd.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_dnd.c index 0f1d8bb5a4..f1e0d4352f 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_dnd.c +++ b/legacy/ecore/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;