Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/src


Modified Files:
        e_logo.edc 


Log Message:


aaaaaaaaaaaah message queue related fix.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/e_logo.edc,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- e_logo.edc  2 Jul 2004 10:17:25 -0000       1.35
+++ e_logo.edc  12 Aug 2004 18:55:36 -0000      1.36
@@ -1,5 +1,6 @@
 fonts {
-   font: "Vera.ttf" "Edje.Vera";
+   font: "Vera.ttf" "Vera";
+   font: "VeraBd.ttf" "Vera Bold";
 }
 images {
    image: "bg.png" LOSSY 95;
@@ -136,7 +137,7 @@
 collections {
    group {
       name: "test";
-      min: 32 32;
+      min: 128 128;
       max: 1024 768;
       data {
         item: "My Data" "The string to attach to this data";
@@ -245,7 +246,7 @@
               text {
                  text:     "This is a longer test string";
                  text_class: "plainjane";
-                 font:     "Edje.Vera";
+                 font:     "Vera";
                  size:     6;
 //               fit:    0 1;
 //               min:    1 1;
@@ -582,7 +583,7 @@
               get_text_class("plainjane", font, size);
               snprintf(buf, 256, "%s SIZE: %f", font, size);
               emit("DEBUG...", buf); 
-              set_text_class("plainjane", "-Bitstream-Bitstream Vera 
Sans-bold-i-normal--0-0-0-0-p-0-ascii-0", 8.0);
+              set_text_class("plainjane", "Vera Bold", 8.0);
             }
         }   
        program {
@@ -604,7 +605,7 @@
               snprintf(buf, 256, "**Mouse at** x: %i y: %i\n", w, h);
               emit("DEBUG...", buf);
               set_color_class("bg", 255, 255, 255, 255);
-              set_text_class("plainjane", "-Bitstream-Bitstream Vera 
Sans-medium-r-normal--0-0-0-0-p-0-ascii-0", 6.0); 
+              set_text_class("plainjane", "Vera", 6.0); 
             }
          }
         program {
@@ -651,6 +652,7 @@
               anim(1.5, "anim_cb", 7777);
            }
         }
+#if 0   
         program {
            name:       "random_signal";
            signal:     "show";
@@ -665,6 +667,7 @@
            in:         1.0 5.0;
            action:     SIGNAL_EMIT "do_random" "the_source";
         }
+#endif  
         program {
            name:       "logo_click_d1";
            signal:     "mouse,down,1";




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to