From 7a787185837e91736292cf1d09821b2d215e6759 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 31 Oct 2009 09:08:22 +0000 Subject: [PATCH] and use new calls to set smooth SVN revision: 43363 --- src/bin/image_map_nearest_rotate.c | 1 + src/bin/image_map_nearest_solid_rotate.c | 1 + 2 files changed, 2 insertions(+) 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;