Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/lib


Modified Files:
        E.h e_private.h 


Log Message:


this is VERY evil - VERY evil. but its the sanest solution other than code
generation tools (scripts etc.) for generating wads of repetitive code
easily, and keeping the codec higher level logic per ipc call in 1 place.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/E.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- E.h 22 May 2005 17:35:16 -0000      1.6
+++ E.h 31 May 2005 03:01:53 -0000      1.7
@@ -18,6 +18,8 @@
 # endif
 #endif
 
+/* FIXME: this is all borken right now :( */
+
 typedef struct _E_Response_Module_List    E_Response_Module_List;
 typedef struct _E_Response_Module_Data         E_Response_Module_Data;
 typedef struct _E_Response_Module_Dirs_List    E_Response_Module_Dirs_List;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_private.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_private.h 13 Apr 2005 06:03:50 -0000      1.3
+++ e_private.h 31 May 2005 03:01:53 -0000      1.4
@@ -1,5 +1,5 @@
-#ifndef _E_PRIVATE_H
-#define _E_PRIVATE_H
+#ifndef E_PRIVATE_H
+#define E_PRIVATE_H
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -11,6 +11,12 @@
 #define __UNUSED__
 #endif
 
+#define E_REMOTE_OPTIONS 1
+#define E_REMOTE_OUT     2
+#define E_WM_IN          3
+#define E_REMOTE_IN      4
+#define E_ENUM           5
+
 #define E_TYPEDEFS 1
 #include "e_ipc.h"
 #undef E_TYPEDEFS




-------------------------------------------------------
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

Reply via email to