Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_ipc_handlers.h Log Message: update ipc to match actual gui engine stuff =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_ipc_handlers.h,v retrieving revision 1.151 retrieving revision 1.152 diff -u -3 -r1.151 -r1.152 --- e_ipc_handlers.h 11 Jan 2008 07:33:55 -0000 1.151 +++ e_ipc_handlers.h 2 Jul 2008 01:05:31 -0000 1.152 @@ -6749,7 +6749,7 @@ /****************************************************************************/ #define HDL E_IPC_OP_DEFAULT_ENGINE_SET #if (TYPE == E_REMOTE_OPTIONS) - OP("-default-engine-set", 1, "Set the default rendering engine to OPT1 (SOFTWARE or XRENDER)", 0, HDL) + OP("-default-engine-set", 1, "Set the default rendering engine to OPT1 (SOFTWARE or XRENDER or /usr/local/bin/enlightenment_start)", 0, HDL) #elif (TYPE == E_REMOTE_OUT) REQ_INT_START(HDL) int value = 0; @@ -6761,6 +6761,7 @@ exit(-1); } else if (!strcmp(params[0], "XRENDER")) value = E_EVAS_ENGINE_XRENDER_X11; + else if (!strcmp(params[0], "SOFTWARE_16")) value = E_EVAS_ENGINE_SOFTWARE_X11_16; else { printf("engine must be SOFTWARE or XRENDER\n"); @@ -6802,6 +6803,8 @@ printf("REPLY: GL\n"); else if (engine == E_EVAS_ENGINE_XRENDER_X11) printf("REPLY: XRENDER\n"); + else if (engine == E_EVAS_ENGINE_SOFTWARE_X11_16) + printf("REPLY: SOFTWARE_16\n"); else printf("REPLY: UNKNOWN ENGINE: %d\n", engine); END_INT @@ -6875,6 +6878,7 @@ exit(-1); } else if (!strcmp(params[1], "XRENDER")) engine = E_EVAS_ENGINE_XRENDER_X11; + else if (!strcmp(params[1], "SOFTWARE_16")) engine = E_EVAS_ENGINE_SOFTWARE_X11_16; else { printf("engine must be DEFAULT, SOFTWARE or XRENDER\n"); @@ -6998,6 +7002,8 @@ printf("REPLY: GL\n"); else if (engine == E_EVAS_ENGINE_XRENDER_X11) printf("REPLY: XRENDER\n"); + else if (engine == E_EVAS_ENGINE_SOFTWARE_X11_16) + printf("REPLY: SOFTWARE_16\n"); else printf("REPLY: UNKNOWN ENGINE: %d\n", engine); END_INT; ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs