Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/elicit
Dir : e17/apps/elicit/src Modified Files: zoom.c zoom.h Log Message: force integer zooms to keep grid aligned with shot =================================================================== RCS file: /cvs/e/e17/apps/elicit/src/zoom.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- zoom.c 14 Jul 2006 18:33:19 -0000 1.2 +++ zoom.c 15 Jul 2006 10:31:59 -0000 1.3 @@ -34,7 +34,7 @@ } void -elicit_zoom_zoom_set(Evas_Object *o, double zoom) +elicit_zoom_zoom_set(Evas_Object *o, int zoom) { Elicit_Zoom *z; int iw, ih; =================================================================== RCS file: /cvs/e/e17/apps/elicit/src/zoom.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- zoom.h 11 Jul 2006 05:23:00 -0000 1.1 +++ zoom.h 15 Jul 2006 10:31:59 -0000 1.2 @@ -2,7 +2,7 @@ #define ELICIT_ZOOM_H Evas_Object *elicit_zoom_add(Evas *evas); -void elicit_zoom_zoom_set(Evas_Object *o, double zoom); +void elicit_zoom_zoom_set(Evas_Object *o, int zoom); void elicit_zoom_grid_visible_set(Evas_Object *o, int visible); void elicit_zoom(Evas_Object *o); void elicit_zoom_data_get(Evas_Object *o, void **data, int *w, int *h); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs