Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/engines/evas_xrender_x11


Modified Files:
        ewl_engine_evas_xrender_x11.c 


Log Message:
fix warnings

===================================================================
RCS file: 
/cvs/e/e17/libs/ewl/src/engines/evas_xrender_x11/ewl_engine_evas_xrender_x11.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_engine_evas_xrender_x11.c       7 May 2008 13:38:22 -0000       1.15
+++ ewl_engine_evas_xrender_x11.c       18 Jul 2008 12:32:02 -0000      1.16
@@ -108,7 +108,7 @@
         sinfo->info.display = ecore_x_display_get();
         sinfo->info.visual = DefaultVisual(sinfo->info.display,
                                 DefaultScreen(sinfo->info.display));
-        sinfo->info.drawable = (Ecore_X_Window)win->window;
+        sinfo->info.drawable = INTPTR_TO_INT(win->window);
 
         evas_engine_info_set(evas, info);
 



-------------------------------------------------------------------------
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