From: raster Date: Sat, 31 Oct 2009 09:08:22 +0000 (+0000) Subject: and use new calls to set smooth X-Git-Tag: 2.0_alpha~31^2~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88972d679884c95be04a36dac8511c86e62b16b2;p=framework%2Fuifw%2Fexpedite.git and use new calls to set smooth git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@43363 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/image_map_nearest_rotate.c b/src/bin/image_map_nearest_rotate.c index 6852606..44218d2 100644 --- a/src/bin/image_map_nearest_rotate.c +++ b/src/bin/image_map_nearest_rotate.c @@ -49,6 +49,7 @@ static void _loop(double t, int f) Evas_Map *m; Evas_Coord x, y, w, h; m = evas_map_new(4); + evas_map_smooth_set(m, 0); for (i = 0; i < (OBNUM / 2); i++) { w = 120; diff --git a/src/bin/image_map_nearest_solid_rotate.c b/src/bin/image_map_nearest_solid_rotate.c index 86284a9..92f60ea 100644 --- a/src/bin/image_map_nearest_solid_rotate.c +++ b/src/bin/image_map_nearest_solid_rotate.c @@ -49,6 +49,7 @@ static void _loop(double t, int f) Evas_Map *m; Evas_Coord x, y, w, h; m = evas_map_new(4); + evas_map_smooth_set(m, 0); for (i = 0; i < (OBNUM / 2); i++) { w = 120;