Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : proto

Dir     : e17/proto/emenu/src/lib


Modified Files:
        EMenu.h 


Log Message:
Update the eap structure.
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/emenu/src/lib/EMenu.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- EMenu.h     27 Jan 2006 15:53:24 -0000      1.1
+++ EMenu.h     28 Jan 2006 18:47:41 -0000      1.2
@@ -22,7 +22,17 @@
 typedef struct _EMenu_Eap EMenu_Eap;
 struct _EMenu_Eap 
 {
-  char *name; 
+   char *name;
+   char *generic;
+   char *comment;
+   char *exec;
+   char *icon;
+   char *window_class;
+   int startup;
+   
+   char *type;
+   char *category;
+   int generated;
 };
 
 #define EMENU_EAP_DIR "/.e/e/applications/all"




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to