Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc.c e_remote_main.c 


Log Message:
- this stuff is ported

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_ipc.c     3 Jun 2005 18:37:42 -0000       1.37
+++ e_ipc.c     4 Jun 2005 18:58:30 -0000       1.38
@@ -543,20 +543,6 @@
                               e_config->zone_desks_y_count,
                               E_IPC_OP_DESKS_GET_REPLY);
        break;
-      case E_IPC_OP_FOCUS_POLICY_SET:
-       e_border_button_bindings_ungrab_all();
-       if (e_ipc_codec_int_dec(e->data, e->size,
-                               &(e_config->focus_policy)))
-         {
-            e_config_save_queue();
-         }
-       e_border_button_bindings_grab_all();
-       break;
-      case E_IPC_OP_FOCUS_POLICY_GET:
-       _e_ipc_reply_int_send(e->client,
-                             e_config->focus_policy,
-                             E_IPC_OP_FOCUS_POLICY_GET_REPLY);
-       break;
       case E_IPC_OP_MODULE_DIRS_APPEND:
          {       
             char * dir;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_remote_main.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_remote_main.c     4 Jun 2005 18:57:14 -0000       1.37
+++ e_remote_main.c     4 Jun 2005 18:58:30 -0000       1.38
@@ -1267,22 +1267,6 @@
               printf("REPLY: %i %i\n", val1, val2);
          }
        break;
-      case E_IPC_OP_FOCUS_POLICY_GET_REPLY:
-       if (e->data)
-         {
-            int value;
-            
-            if (e_ipc_codec_int_dec(e->data, e->size,
-                               &(value)))
-              {
-                 if (value == E_FOCUS_MOUSE)
-                   printf("REPLY: MOUSE\n");
-                 else if (value == E_FOCUS_CLICK)
-                   printf("REPLY: CLICK\n");
-              }
-         }
-       break;
-       
       default:
        break;
      }




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to