Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_fb


Modified Files:
        Ecore_Fb.h 


Log Message:


use evas's new extended info

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_fb/Ecore_Fb.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Ecore_Fb.h  25 Nov 2004 05:17:16 -0000      1.4
+++ Ecore_Fb.h  14 Dec 2004 03:21:42 -0000      1.5
@@ -47,12 +47,16 @@
 
 struct _Ecore_Fb_Event_Key_Down /** FB Key Down event */
 {
-   char   *keyname; /**< The name of the key that was prerssed */
+   char   *keyname; /**< The name of the key that was pressed */
+   char   *keysymbol; /**< The logical symbol of the key that was pressed */
+   char   *key_compose; /**< The UTF-8 string conversion if any */
 };
    
 struct _Ecore_Fb_Event_Key_Up /** FB Key Up event */
 {
    char   *keyname; /**< The name of the key that was released */
+   char   *keysymbol; /**< The logical symbol of the key that was pressed */
+   char   *key_compose; /**< The UTF-8 string conversion if any */
 };
    
 struct _Ecore_Fb_Event_Mouse_Button_Down /** FB Mouse Down event */




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to