Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc_handlers.h 


Log Message:
patch from Chady Kassouf that adds that adds e_lib_theme_get() to E_Lib.h
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- e_ipc_handlers.h    13 Jul 2005 04:46:33 -0000      1.56
+++ e_ipc_handlers.h    19 Jul 2005 07:07:15 -0000      1.57
@@ -4190,6 +4190,13 @@
    printf("REPLY: DEFAULT CATEGORY=\"%s\" FILE=\"%s\"\n",
                     category, file); 
    END_STRING2(e_2str);
+#elif (TYPE == E_LIB_IN)
+   STRING2(category, file, e_2str, HDL);
+   RESPONSE(r, E_Response_Theme_Get, HDL);
+   r->file = strdup(file);
+   r->category = strdup(category);
+   END_RESPONSE(r, E_RESPONSE_THEME_GET);
+   END_STRING2(e_2str);
 #endif
 #undef HDL
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to