Enlightenment CVS committal

Author  : andrunko
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        eet_data.c 


Log Message:
Added Ecore_IMF_Evas.

Removed Evas dependency from Ecore_IMF, that was requested by Ewl developers
in order to be able to integrate Ecore_IMF on it.

Added Ecore_IMF_Evas, a library with helper functions to use Ecore_IMF together
with Evas.

Now everybody should be happy.

===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/eet_data.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- eet_data.c  3 Oct 2007 14:28:07 -0000       1.57
+++ eet_data.c  21 Nov 2007 22:20:16 -0000      1.58
@@ -542,8 +542,8 @@
          }
        else
          chnk->group_type = EET_G_UNKNOWN;
-       if ((chnk->type < EET_T_UNKNOW) || (chnk->type >= EET_T_LAST) ||
-           (chnk->group_type < EET_G_UNKNOWN) || (chnk->group_type >= 
EET_G_LAST))
+       if ((chnk->type >= EET_T_LAST) ||
+           (chnk->group_type >= EET_G_LAST))
          {
             chnk->type = 0;
             chnk->group_type = 0;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to