Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mem

Dir     : e_modules/mem


Modified Files:
        mem.png module_icon.png mem.edc e_mod_main.c 


Log Message:
Change mem image (again). Revertted to old-yeller. Remove size restraints.

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/mem/mem.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsGxM6p9 and /tmp/cvsThQZ4o differ
===================================================================
RCS file: /cvsroot/enlightenment/e_modules/mem/module_icon.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvs80kL0D and /tmp/cvs87odjV differ
===================================================================
RCS file: /cvsroot/enlightenment/e_modules/mem/mem.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- mem.edc     1 Mar 2006 11:09:09 -0000       1.9
+++ mem.edc     1 Mar 2006 16:09:34 -0000       1.10
@@ -99,7 +99,7 @@
                         {
                            relative: 1.0 0.0;
                         }
-                      color: 218 195 35 255;
+                      color: 213 91 91 255;
                       color3: 0 0 0 100;
                       text
                         {
@@ -136,7 +136,8 @@
                         {
                            relative: 1.0 1.0;
                         }
-                      color: 213 91 91 255;
+                      
+                      color: 218 195 35 255;
                       color3: 0 0 0 100;
                       text
                         {
===================================================================
RCS file: /cvsroot/enlightenment/e_modules/mem/e_mod_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_main.c        28 Feb 2006 21:49:29 -0000      1.8
+++ e_mod_main.c        1 Mar 2006 16:09:34 -0000       1.9
@@ -288,10 +288,10 @@
                              E_GADMAN_POLICY_HSIZE |
                              E_GADMAN_POLICY_VMOVE |
                              E_GADMAN_POLICY_VSIZE);
-   e_gadman_client_max_size_set(cf->gmc, 256, 128);
+   e_gadman_client_max_size_set(cf->gmc, 128, 128);
    e_gadman_client_auto_size_set(cf->gmc, 40, 40);
    e_gadman_client_align_set(cf->gmc, 1.0, 1.0);
-   e_gadman_client_aspect_set(cf->gmc, 3.25, 3.25);
+   //e_gadman_client_aspect_set(cf->gmc, 3.25, 3.25);
    e_gadman_client_resize(cf->gmc, 40, 40);
    e_gadman_client_change_func_set(cf->gmc, _mem_face_cb_gmc_change, cf);
    e_gadman_client_load(cf->gmc);
@@ -571,7 +571,7 @@
    else 
      {
        evas_object_line_xy_set(o, (x + w), (y + h), (x + w), ((y + h) - val));
-       evas_object_color_set(o, 218, 195, 35, 200);
+       evas_object_color_set(o, 255, 0, 0, 200);
        evas_object_pass_events_set(o, 1);
        evas_object_show(o);
      }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to