Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_window.c 


Log Message:
Fix for the GL engine thanks to some debugging efforts by George Gensure (werkt).

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_window.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -3 -r1.69 -r1.70
--- ewl_window.c        5 Feb 2004 17:21:36 -0000       1.69
+++ ewl_window.c        5 Feb 2004 17:35:23 -0000       1.70
@@ -375,12 +375,15 @@
                glinfo = (Evas_Engine_Info_GL_X11 *)info;
 
                glinfo->info.display = ecore_x_display_get();
-               glinfo->info.visual = DefaultVisual(glinfo->info.display,
+               glinfo->info.visual = glinfo->func.best_depth_get(
+                               glinfo->info.display,
                                DefaultScreen(glinfo->info.display));
-               glinfo->info.colormap = DefaultColormap(glinfo->info.display,
+               glinfo->info.colormap = glinfo->func.best_colormap_get(
+                               glinfo->info.display,
                                DefaultScreen(glinfo->info.display));
                glinfo->info.drawable = window->window;
-               glinfo->info.depth = DefaultDepth(glinfo->info.display,
+               glinfo->info.depth = glinfo->func.best_depth_get(
+                               glinfo->info.display,
                                DefaultScreen(glinfo->info.display));
        }
        else




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to