and use new calls to set smooth
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 31 Oct 2009 09:08:22 +0000 (09:08 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 31 Oct 2009 09:08:22 +0000 (09:08 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@43363 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/image_map_nearest_rotate.c
src/bin/image_map_nearest_solid_rotate.c

index 6852606..44218d2 100644 (file)
@@ -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;
index 86284a9..92f60ea 100644 (file)
@@ -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;