Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc_handlers.h 


Log Message:
Disable GL as default engine.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -3 -r1.96 -r1.97
--- e_ipc_handlers.h    9 Oct 2005 22:28:39 -0000       1.96
+++ e_ipc_handlers.h    10 Oct 2005 07:47:50 -0000      1.97
@@ -6400,12 +6400,18 @@
    REQ_INT_START(HDL)
    int value = 0;
    if (!strcmp(params[0], "SOFTWARE")) value = E_EVAS_ENGINE_SOFTWARE_X11;
-   else if (!strcmp(params[0], "GL")) value = E_EVAS_ENGINE_GL_X11;
+   else if (!strcmp(params[0], "GL"))
+     {
+       value = E_EVAS_ENGINE_GL_X11;
+       printf("GL engine is disabled as default engine.\n");
+       exit(-1);
+
+     }
    else if (!strcmp(params[0], "XRENDER")) value = E_EVAS_ENGINE_XRENDER_X11;
    else
      {
-        printf("engine must be SOFTWARE, GL or XRENDER\n");
-        exit(-1);
+       printf("engine must be SOFTWARE, GL or XRENDER\n");
+       exit(-1);
      }
    REQ_INT_END(value, HDL);
 #elif (TYPE == E_WM_IN)




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

Reply via email to