Ecore_X: XLib: Add missing EAPI in front of
authorChristopher Michael <cpmichael1@comcast.net>
Mon, 4 Apr 2011 22:54:42 +0000 (22:54 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 4 Apr 2011 22:54:42 +0000 (22:54 +0000)
ecore_x_dnd_source_action_set function.

SVN revision: 58340

legacy/ecore/src/lib/ecore_x/xlib/ecore_x_dnd.c

index 0f1d8bb5a41cab782780ad0f61bcfef127eb9223..f1e0d4352f8ef35cd69c508e6832269d6a2972bf 100644 (file)
@@ -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;