Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/engines/evas_software_x11 Modified Files: ewl_engine_evas_software_x11.c Log Message: fix warnings =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_software_x11/ewl_engine_evas_software_x11.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- ewl_engine_evas_software_x11.c 7 May 2008 13:38:22 -0000 1.17 +++ ewl_engine_evas_software_x11.c 18 Jul 2008 12:32:02 -0000 1.18 @@ -109,7 +109,7 @@ DefaultScreen(sinfo->info.display)); sinfo->info.colormap = DefaultColormap(sinfo->info.display, DefaultScreen(sinfo->info.display)); - sinfo->info.drawable = (Ecore_X_Window)win->window; + sinfo->info.drawable = INTPTR_TO_INT(win->window); sinfo->info.depth = DefaultDepth(sinfo->info.display, DefaultScreen(sinfo->info.display)); sinfo->info.rotation = 0; ------------------------------------------------------------------------- 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