Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_error.c 


Log Message:


fix shadow pos...

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_error.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_error.c   5 Jan 2005 06:56:57 -0000       1.2
+++ e_error.c   5 Jan 2005 07:11:45 -0000       1.3
@@ -202,13 +202,11 @@
          {
             E_Container *con;
             E_Container_Shape *es;
-            int x, y, w, h;
             
             con = l->data;
-            ecore_evas_geometry_get(ee, &x, &y, &w, &h);
             es = e_container_shape_add(con);
-            e_container_shape_move(es, x, y);
-            e_container_shape_resize(es, w, h);
+            e_container_shape_move(es, (man->w - error_w) / 2, (man->h - 
error_h) / 2);
+            e_container_shape_resize(es, error_w, error_h);
             e_container_shape_show(es);
             shapelist = evas_list_append(shapelist, es);
          }




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to