Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_main.c 


Log Message:


Adding code to handle programs, signals, emissions, loops, animation, timers
and the whole lot. it WORKS! :) just re-run the e_logo.sh to rebuild an edje
.eet file that has animation built in... you'll see.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_main.c 17 Jun 2003 08:15:06 -0000      1.3
+++ edje_main.c 19 Jun 2003 14:43:48 -0000      1.4
@@ -47,8 +47,8 @@
    ecore_evas_name_class_set(ecore_evas, "edje", "main");
    ecore_evas_show(ecore_evas);
    evas = ecore_evas_get(ecore_evas);
-   evas_image_cache_set(evas, 8192 * 1024);
-   evas_font_cache_set(evas, 512 * 1024);
+   evas_image_cache_set(evas, 1024 * 1024);
+   evas_font_cache_set(evas, 256 * 1024);
 //   evas_font_path_append(evas, FN);
    return 1;
 }
@@ -133,6 +133,7 @@
    if (main_start(argc, argv) < 1) return -1;
 
    edje_init();
+   edje_frametime_set(1.0 / 60.0); /* 60 fps */
    
    bg_setup();
 




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to