Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/eflpp

Dir     : e17/proto/eflpp/src/evas


Modified Files:
        eflpp_evas.cpp 


Log Message:
update eflpp accordingly with the ecore_evas changes and fix a compilation 
error on 64 bits arch

===================================================================
RCS file: /cvs/e/e17/proto/eflpp/src/evas/eflpp_evas.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- eflpp_evas.cpp      12 Oct 2007 20:03:40 -0000      1.7
+++ eflpp_evas.cpp      23 Jul 2008 15:09:34 -0000      1.8
@@ -527,7 +527,7 @@
 void EvasObject::dispatcher( void *data, Evas *evas, Evas_Object *evas_object, 
void *event_info )
 {
     EvasObject* object = static_cast<EvasObject*>( evas_object_data_get( 
evas_object, "obj_c++" ) );
-    int type = reinterpret_cast<int>(data);
+    long type = reinterpret_cast<long>(data);
 
     switch ( type )
     {



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to