Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
      Tag: SPLIT
        ecore_evas_test.c 


Log Message:


refine some more
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/Attic/ecore_evas_test.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -3 -r1.1.2.2 -r1.1.2.3
--- ecore_evas_test.c   15 Feb 2003 14:54:28 -0000      1.1.2.2
+++ ecore_evas_test.c   15 Feb 2003 14:55:21 -0000      1.1.2.3
@@ -32,10 +32,10 @@
 void
 app_resize(Ecore_Evas *ee)
 {
-        double w, h;
-        
-        evas_output_viewport_get(evas, NULL, NULL, &w, &h);
-        evas_object_resize(o_bg_rect, w, h);
+   double w, h;
+   
+   evas_output_viewport_get(evas, NULL, NULL, &w, &h);
+   evas_object_resize(o_bg_rect, w, h);
 }
 
 int




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to