Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/engines/ecore_evas


Modified Files:
        ecore_evas.c 


Log Message:
does not return a value when it's not required

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/engines/ecore_evas/ecore_evas.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ecore_evas.c        13 Jan 2007 19:29:19 -0000      1.16
+++ ecore_evas.c        27 Jan 2007 05:23:36 -0000      1.17
@@ -373,7 +373,7 @@
    Etk_Engine_Window_Data *engine_data;
    
    engine_data = window->engine_data;   
-   return ecore_evas_raise(engine_data->ecore_evas);
+   ecore_evas_raise(engine_data->ecore_evas);
 }
 
 /* Lowers the window below the other windows */
@@ -382,7 +382,7 @@
    Etk_Engine_Window_Data *engine_data;
    
    engine_data = window->engine_data;   
-   return ecore_evas_lower(engine_data->ecore_evas);
+   ecore_evas_lower(engine_data->ecore_evas);
 }
 
 /* Sets whether or not the window is sticky (i.e. the window appears on all 
the virtual desks */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to