jihoon pushed a commit to branch master.

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

commit dba7bdccfe3f92a51429879438f03a6cd15aed49
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Fri Mar 13 18:59:38 2015 +0900

    ecore_imf: fix doxygen about key and mouse release event
---
 src/lib/ecore_imf/Ecore_IMF.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h
index 5618f31..5a8b781 100644
--- a/src/lib/ecore_imf/Ecore_IMF.h
+++ b/src/lib/ecore_imf/Ecore_IMF.h
@@ -474,7 +474,7 @@ struct _Ecore_IMF_Event_Mouse_Down
  */
 struct _Ecore_IMF_Event_Mouse_Up
 {
-   int button;                             /**< The button which has been 
pressed */
+   int button;                             /**< The button which has been 
released */
    struct {
       int x, y;
    } output;
@@ -583,7 +583,7 @@ struct _Ecore_IMF_Event_Key_Down
  */
 struct _Ecore_IMF_Event_Key_Up
 {
-   const char                   *keyname;   /**< The string name of the key 
pressed */
+   const char                   *keyname;   /**< The string name of the key 
released */
    Ecore_IMF_Keyboard_Modifiers  modifiers; /**< The keyboard modifiers active 
when the event has been emitted */
    Ecore_IMF_Keyboard_Locks      locks;     /**< The keyboard locks active 
when the event has been emitted */
    const char                   *key;       /**< The logical key : (eg shift+1 
== exclamation) */

-- 


Reply via email to