Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        main.c 


Log Message:
doh
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/main.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- main.c      9 Apr 2004 04:10:16 -0000       1.25
+++ main.c      9 Apr 2004 04:18:00 -0000       1.26
@@ -57,7 +57,10 @@
          entice_config_geometry_set(x, y, w, h);
       entice_resize(w, h);
       if ((o = evas_object_name_find(ecore_evas_get(ee), "trans")))
+      {
+         evas_object_resize(o, (Evas_Coord) w, (Evas_Coord) h);
          esmart_trans_x11_freshen(o, x, y, w, h);
+      }
    }
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to