Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:

warnigns cleanups + fb 32bpp transparency support for evas from celement

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- Evas.h      22 May 2005 02:49:35 -0000      1.48
+++ Evas.h      22 May 2005 03:02:15 -0000      1.49
@@ -263,9 +263,9 @@
    Evas_Modifier *modifiers;
    Evas_Lock     *locks;
 
-   char          *key; /**< The logical key : (eg shift+1 == exclamation) */
-   char          *string; /**< A UTF8 string if this keystroke has produced a 
visible string to be ADDED */
-   char          *compose; /**< A UTF8 string if this keystroke has modified a 
string in the middle of being composed - this string replaces the previous one 
*/
+   const char    *key; /**< The logical key : (eg shift+1 == exclamation) */
+   const char    *string; /**< A UTF8 string if this keystroke has produced a 
visible string to be ADDED */
+   const char    *compose; /**< A UTF8 string if this keystroke has modified a 
string in the middle of being composed - this string replaces the previous one 
*/
 };
 
 struct _Evas_Event_Key_Up /** Key release event */
@@ -275,9 +275,9 @@
    Evas_Modifier *modifiers;
    Evas_Lock     *locks;
 
-   char          *key; /**< The logical key : (eg shift+1 == exclamation) */
-   char          *string; /**< A UTF8 string if this keystroke has produced a 
visible string to be ADDED */
-   char          *compose; /**< A UTF8 string if this keystroke has modified a 
string in the middle of being composed - this string replaces the previous one 
*/
+   const char    *key; /**< The logical key : (eg shift+1 == exclamation) */
+   const char    *string; /**< A UTF8 string if this keystroke has produced a 
visible string to be ADDED */
+   const char    *compose; /**< A UTF8 string if this keystroke has modified a 
string in the middle of being composed - this string replaces the previous one 
*/
 };
 
 #ifdef __cplusplus




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to