Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_main.c 


Log Message:
Update to use new e_modapi_config
===================================================================
RCS file: /cvsroot/enlightenment/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_main.c        16 Dec 2005 01:13:30 -0000      1.2
+++ e_mod_main.c        17 Dec 2005 21:44:27 -0000      1.3
@@ -95,6 +95,19 @@
    return 1;
 }
 
+int
+e_modapi_config(E_Module *m) 
+{
+   Screen *s;
+   E_Container *con;
+   
+   s = m->data;
+   if (!s) return 0;
+   con = e_container_current_get(e_manager_current_get());
+   e_int_config_screenshot(con, s);
+   return 1;
+}
+
 static Screen *_screen_init(E_Module *m)
 {
    Screen *e;




-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to