Enlightenment CVS committal Author : xcomputerman Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/pager Modified Files: e_mod_main.c Log Message: Err, what's with the compressed pagers eh? =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_mod_main.c 11 Jan 2005 00:04:46 -0000 1.9 +++ e_mod_main.c 11 Jan 2005 06:54:08 -0000 1.10 @@ -263,13 +263,13 @@ Evas_Coord px, py, pw, ph, ww, hh; double scalex, scaley; - evas_object_resize(e->base, e->fw, e->fh); - evas_object_move(e->base, e->fx, e->fy); - zone = e_zone_current_get(e->con); e_zone_desk_count_get(zone, &desks_x, &desks_y); - pw = e->fw / (double) desks_x; - ph = e->fh / (double) desks_y; + pw = e->fw; + ph = e->fh; + + evas_object_resize(e->base, e->fw * desks_x, e->fh * desks_y); + evas_object_move(e->base, e->fx, e->fy); evas_output_viewport_get(e->evas, NULL, NULL, &ww, &hh); scalex = (double) pw / ww; ------------------------------------------------------- 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