Enlightenment CVS committal

Author  : rephorm
Project : e_modules
Module  : tclock

Dir     : e_modules/tclock


Modified Files:
        e_mod_main.c 


Log Message:
Set min size of gcc to min size of edje.
No need to set the aspect, since its not actually fixed.

===================================================================
RCS file: /cvs/e/e_modules/tclock/e_mod_main.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e_mod_main.c        22 May 2006 02:10:35 -0000      1.27
+++ e_mod_main.c        22 May 2006 03:29:55 -0000      1.28
@@ -90,10 +90,11 @@
 _gc_orient(E_Gadcon_Client *gcc)
 {
    Instance *inst;
-
+   Evas_Coord mw, mh;
+   
    inst = gcc->data;
-   e_gadcon_client_aspect_set(gcc, 16, 16);
-   e_gadcon_client_min_size_set(gcc, 16, 16);
+   edje_object_size_min_calc(inst->tclock, &mw, &mh);
+   e_gadcon_client_min_size_set(gcc, mw, mh);
 }
 
 static char *




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to