Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/entice
Dir : e17/apps/entice/src/bin
Modified Files:
main.c
Log Message:
support systems without ecore_evas gl
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/main.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- main.c 26 May 2004 03:39:12 -0000 1.32
+++ main.c 28 Aug 2004 02:37:50 -0000 1.33
@@ -226,9 +226,11 @@
if (!entice_ipc_init(argc, ((const char **) argv)))
{
entice_config_geometry_get(&x, &y, &w, &h);
+#if HAVE_ECORE_EVAS_GL
if (entice_config_engine_get() == GL_X11)
ee = ecore_evas_gl_x11_new(NULL, 0, x, y, w, h);
else
+#endif
ee = ecore_evas_software_x11_new(NULL, 0, x, y, w, h);
if (ee)
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs