Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_config.c Log Message: dont allow gl engine to be used - see comment. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.c,v retrieving revision 1.114 retrieving revision 1.115 diff -u -3 -r1.114 -r1.115 --- e_config.c 9 Oct 2005 22:33:55 -0000 1.114 +++ e_config.c 10 Oct 2005 05:01:54 -0000 1.115 @@ -1582,7 +1582,11 @@ { Evas_List *l = NULL; l = evas_list_append(l, strdup("SOFTWARE")); - l = evas_list_append(l, strdup("GL")); +// DISABLE GL as an accessible engine - it does have problems, ESPECIALLY with +// shaped windows (it can't do them), and multiple gl windows and shared +// contexts, so for now just disable it. xrender is much more complete in +// this regard. +// l = evas_list_append(l, strdup("GL")); l = evas_list_append(l, strdup("XRENDER")); return l; } ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs