Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_ipc_handlers.h e_ipc_handlers_list.h Log Message: Allow showing the configuration panel over IPC =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v retrieving revision 1.71 retrieving revision 1.72 diff -u -3 -r1.71 -r1.72 --- e_ipc_handlers.h 13 Sep 2005 05:19:25 -0000 1.71 +++ e_ipc_handlers.h 19 Sep 2005 15:41:42 -0000 1.72 @@ -5069,3 +5069,17 @@ #endif #undef HDL +/****************************************************************************/ +#define HDL E_IPC_OP_CONFIGURATION_PANEL_SHOW +#if (TYPE == E_REMOTE_OPTIONS) + OP("-configuration-panel-show", 0, "Show the configuration panel", 0, HDL) +#elif (TYPE == E_REMOTE_OUT) + REQ_NULL(HDL) +#elif (TYPE == E_WM_IN) + GENERIC(HDL); + e_configure_show(e_container_current_get(e_manager_current_get())); + END_GENERIC(); +#elif (TYPE == E_REMOTE_IN) +#endif +#undef HDL + =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers_list.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- e_ipc_handlers_list.h 13 Sep 2005 05:19:25 -0000 1.20 +++ e_ipc_handlers_list.h 19 Sep 2005 15:41:42 -0000 1.21 @@ -262,3 +262,4 @@ #define E_IPC_OP_WINDOW_PLACEMENT_POLICY_GET 259 #define E_IPC_OP_WINDOW_PLACEMENT_POLICY_GET_REPLY 260 +#define E_IPC_OP_CONFIGURATION_PANEL_SHOW 261 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs