Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_private.h 


Log Message:


data struct should match eet description - an enum may not be a char - it may
be an int or short or something else.

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_private.h,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -3 -r1.130 -r1.131
--- edje_private.h      24 Jul 2007 14:20:07 -0000      1.130
+++ edje_private.h      2 Aug 2007 22:48:14 -0000       1.131
@@ -429,7 +429,7 @@
    unsigned char          repeat_events; /* it will repeat events to objects 
below */
    unsigned char          precise_is_inside;
    unsigned char          use_alternate_font_metrics;
-   Evas_Object_Pointer_Mode pointer_mode;
+   char                   pointer_mode;
 };
 
 struct _Edje_Part_Image_Id



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to