Enlightenment CVS committal

Author  : davemds
Project : e_modules
Module  : penguins

Dir     : e_modules/penguins


Modified Files:
        e_mod_main.c 


Log Message:
Make the speed relative to the zoom factor

===================================================================
RCS file: /cvs/e/e_modules/penguins/e_mod_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_mod_main.c        8 Nov 2007 16:57:04 -0000       1.7
+++ e_mod_main.c        8 Nov 2007 17:06:38 -0000       1.8
@@ -305,8 +305,8 @@
    
    act->w = act->w * pop->conf->zoom;
    act->h = act->h * pop->conf->zoom;
+   act->speed = act->speed * pop->conf->zoom;
    act->id = id;
-   //TODO ZOOM ALSO THE SPEED ???
    
    pop->actions = evas_hash_add(pop->actions, name, act);
    



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to