Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : proto

Dir     : e17/proto/emenu


Modified Files:
        e_mod_main.h 
Added Files:
        e_mod_main.c 


Log Message:
Skeleton module work.
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/emenu/e_mod_main.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.h        27 Jan 2006 00:12:36 -0000      1.1
+++ e_mod_main.h        27 Jan 2006 00:24:25 -0000      1.2
@@ -1,6 +1,21 @@
 #ifndef E_MOD_MAIN_H
 #define E_MOD_MAIN_H
 
+typedef struct _Config Config;
+struct _Config 
+{
+   
+};
+
+typedef struct _EMenu EMenu;
+struct _EMenu 
+{
+   E_Menu *config_menu;
+   
+   E_Config_DD *conf_edd;
+   Config *conf;
+};
+
 EAPI extern E_Module_Api e_modapi;
 
 EAPI void *e_modapi_init     (E_Module *m);




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