Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_fb.c 


Log Message:
*API BREAK* see the discussion in the mailing list. misc and e_modules will 
follow

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_fb.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- ecore_evas_fb.c     17 Jun 2007 03:41:43 -0000      1.26
+++ ecore_evas_fb.c     25 Jul 2007 17:00:55 -0000      1.27
@@ -74,7 +74,7 @@
        ee = (Ecore_Evas *)l;
        ee->visible = 0;
      }
-   ecore_list_goto_first(ecore_evas_input_devices);
+   ecore_list_first_goto(ecore_evas_input_devices);
    dev = ecore_list_current(ecore_evas_input_devices);
    do
    {
@@ -99,7 +99,7 @@
        else
          evas_damage_rectangle_add(ee->evas, 0, 0, ee->w, ee->h);
      }
-   ecore_list_goto_first(ecore_evas_input_devices);
+   ecore_list_first_goto(ecore_evas_input_devices);
    dev = ecore_list_current(ecore_evas_input_devices);
    do
    {
@@ -486,7 +486,7 @@
    {
       Ecore_Fb_Input_Device *dev;
 
-      ecore_list_goto_first(ecore_evas_input_devices);
+      ecore_list_first_goto(ecore_evas_input_devices);
       dev = ecore_list_current(ecore_evas_input_devices);
       do
       {



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to