jaehwan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=be4d28be6c168126d4e7c6cca587cdb357e0529d

commit be4d28be6c168126d4e7c6cca587cdb357e0529d
Author: Jaehwan Kim <[email protected]>
Date:   Sat Feb 8 12:34:42 2014 +0900

    ecore_x: fix wrong Atom name.
---
 src/lib/ecore_x/Ecore_X_Atoms.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_x/Ecore_X_Atoms.h b/src/lib/ecore_x/Ecore_X_Atoms.h
index 09c4abc..59061cf 100644
--- a/src/lib/ecore_x/Ecore_X_Atoms.h
+++ b/src/lib/ecore_x/Ecore_X_Atoms.h
@@ -274,8 +274,8 @@ EAPI extern Ecore_X_Atom 
ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_DOWN;
 EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_BACK;
 EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_SCROLL;
 EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_MOUSE;
-EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ACCESS_ENABLE;
-EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ACCESS_DISABLE;
+EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_ENABLE;
+EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_DISABLE;
 
 EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_SYNC_COUNTER;
 EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_SYNC_DRAW_DONE;

-- 


Reply via email to