From 4d1e9c04b85809dc87ad4f5b4feeb7bf21bf44bf Mon Sep 17 00:00:00 2001 From: devilhorns Date: Wed, 29 Jun 2011 19:40:20 +0000 Subject: [PATCH] Ecore: Ecore_X: Add missing EAPI for ecore_x_dnd_source_action_get function. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60834 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 f1e0d43..67008cf 100644 --- a/src/lib/ecore_x/xlib/ecore_x_dnd.c +++ b/src/lib/ecore_x/xlib/ecore_x_dnd.c @@ -563,7 +563,7 @@ ecore_x_dnd_source_action_set(Ecore_X_Atom action) _ecore_x_dnd_drag(_source->prev.window, _source->prev.x, _source->prev.y); } /* ecore_x_dnd_source_action_set */ -Ecore_X_Atom +EAPI Ecore_X_Atom ecore_x_dnd_source_action_get(void) { return _source->action; -- 2.7.4