Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_ipc_handlers.h e_remote_main.c Log Message: handle bg reply =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_ipc_handlers.h 31 May 2005 03:35:17 -0000 1.4 +++ e_ipc_handlers.h 31 May 2005 03:55:07 -0000 1.5 @@ -272,6 +272,18 @@ #endif #undef HANDLER +/****************************************************************************/ +#define HANDLER E_IPC_OP_BG_GET_REPLY +#if (TYPE == E_REMOTE_OPTIONS) +#elif (TYPE == E_REMOTE_OUT) +#elif (TYPE == E_WM_IN) +#elif (TYPE == E_REMOTE_IN) + STRING(s, HANDLER); + printf("REPLY: \"%s\"\n", s); + END_STRING(s); +#endif +#undef HANDLER + =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_remote_main.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -3 -r1.33 -r1.34 --- e_remote_main.c 31 May 2005 03:01:53 -0000 1.33 +++ e_remote_main.c 31 May 2005 03:55:07 -0000 1.34 @@ -933,37 +933,6 @@ printf("REPLY: BEGIN\n"); switch (e->minor) { - case E_IPC_OP_MODULE_LIST_REPLY: - if (e->data) - { - Evas_List *modules; - E_Module *m; - - modules = _e_ipc_module_list_dec(e->data, e->size); - while (modules) - { - m = modules->data; - printf("REPLY: MODULE NAME=\"%s\" ENABLED=%i\n", - m->name, m->enabled); - modules = evas_list_remove_list(modules, modules); - E_FREE(m); - } - } - else - printf("REPLY: MODULE NONE\n"); - break; - case E_IPC_OP_BG_GET_REPLY: - if (e->data) - { - char *file = NULL; - - if (e_ipc_codec_str_dec(e->data, e->size, &file)) - { - printf("REPLY: %s\n", file); - free(file); - } - } - break; case E_IPC_OP_FONT_FALLBACK_LIST_REPLY: if (e->data) { ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs