Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_engine_evas_gl_x11.c 


Log Message:
fix warnings

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_gl_x11/ewl_engine_evas_gl_x11.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_engine_evas_gl_x11.c    7 May 2008 13:38:22 -0000       1.17
+++ ewl_engine_evas_gl_x11.c    18 Jul 2008 12:32:02 -0000      1.18
@@ -108,7 +108,7 @@
         glinfo->info.colormap = glinfo->func.best_colormap_get(
                                 glinfo->info.display,
                                 DefaultScreen(glinfo->info.display));
-        glinfo->info.drawable = (Ecore_X_Window)win->window;
+        glinfo->info.drawable = INTPTR_TO_INT(win->window);
         glinfo->info.depth = glinfo->func.best_depth_get(
                                 glinfo->info.display,
                                 DefaultScreen(glinfo->info.display));



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