Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/pager


Modified Files:
        e_mod_main.c 


Log Message:
oops, typo - _what_ were the chances? ;)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.c        9 Jan 2005 23:39:19 -0000       1.3
+++ e_mod_main.c        10 Jan 2005 11:01:45 -0000      1.4
@@ -361,7 +361,7 @@
    evas_output_viewport_get(p->evas, NULL, NULL, &ww, &hh);
    /* if we clicked, not moved - FIXME, this is a hack */
    newx = (double)p->fx / (double)(ww - p->fw);
-   newy = (double)p->fy / (double)(hh - p->fy);
+   newy = (double)p->fy / (double)(hh - p->fh);
 printf("saving %g, %g\n", newx, newy);
    if (p->move && (p->conf->x == newx) && (p->conf->y == newy))
      {




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to