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:
Add -lock-desktop option to enlightenment-remote, scripting/.eap goodness :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -3 -r1.126 -r1.127
--- e_ipc_handlers.h    16 Mar 2006 09:42:27 -0000      1.126
+++ e_ipc_handlers.h    29 Mar 2006 15:50:01 -0000      1.127
@@ -7488,3 +7488,17 @@
    END_INT
 #endif
 #undef HDL
+/****************************************************************************/
+#define HDL E_IPC_OP_DESKTOP_LOCK
+#if (TYPE == E_REMOTE_OPTIONS)
+   OP("-lock-desktop", 0, "Locks the desktop", 0, HDL)
+#elif (TYPE == E_REMOTE_OUT)
+   REQ_NULL(HDL);
+#elif (TYPE == E_WM_IN)
+   GENERIC(HDL);
+   e_desklock_show();
+   END_GENERIC();
+#elif (TYPE == E_REMOTE_IN)
+#endif
+#undef HDL
+
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_ipc_handlers_list.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- e_ipc_handlers_list.h       16 Mar 2006 09:42:27 -0000      1.44
+++ e_ipc_handlers_list.h       29 Mar 2006 15:50:01 -0000      1.45
@@ -377,3 +377,5 @@
 #define E_IPC_OP_MAXIMIZE_MANIPULATION_SET 350
 #define E_IPC_OP_MAXIMIZE_MANIPULATION_GET 351
 #define E_IPC_OP_MAXIMIZE_MANIPULATION_GET_REPLY 352
+
+#define E_IPC_OP_DESKTOP_LOCK 353




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to