Enlightenment CVS committal

Author  : horms
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        image.c 


Log Message:
turntable at 333(1/2) instead of 45
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/image.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- image.c     16 Mar 2003 06:08:52 -0000      1.10
+++ image.c     16 Mar 2003 06:10:38 -0000      1.11
@@ -383,7 +383,7 @@
        e_rotate_current_image(3);
 }
 
-#define TURNTABLE_COUNT 20
+#define TURNTABLE_COUNT 30
 Imlib_Image turntable_image[TURNTABLE_COUNT];
 int turntable_image_no = -1;
 
@@ -428,7 +428,7 @@
   turntable_image_no = 0;
 }
 
-static void
+void
 e_turntable_reset()
 {
    int i;
@@ -489,7 +489,7 @@
 
    e_turntable_object_next(obj, rotation);
    ecore_add_event_timer("e_turntable_object()", 
-                  (double)60/(double)45/(double)TURNTABLE_COUNT, 
+                  (double)60/(double)33/(double)TURNTABLE_COUNT, 
                   e_turntable_object, rotation, o_image);
 
    /* Update Display */




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to