elementary/transit - just modified to use evas_map_util_rotate.
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 16 Jun 2011 08:20:48 +0000 (08:20 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 16 Jun 2011 08:20:48 +0000 (08:20 +0000)
SVN revision: 60378

src/lib/elm_transit.c

index 838cd14..43e0b3a 100644 (file)
@@ -2668,7 +2668,7 @@ _transit_effect_rotation_op(Elm_Transit_Effect *effect, Elm_Transit *transit, do
         half_w = (float)w * 0.5;
         half_h = (float)h * 0.5;
 
-        evas_map_util_3d_rotate(map, 0, 0, degree, x + half_w, y + half_h, 0);
+        evas_map_util_rotate(map, degree, x + half_w, y + half_h);
         evas_map_util_3d_perspective(map, x + half_w, y + half_h, 0, _TRANSIT_FOCAL);
         evas_object_map_enable_set(obj, EINA_TRUE);
         evas_object_map_set(obj, map);