elementary/transit - fixed wipe effect flickering.
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 12 Jun 2012 06:39:25 +0000 (06:39 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 12 Jun 2012 06:39:25 +0000 (06:39 +0000)
commitdde573cdcc76add46edfc2c663cc62ba22167754
tree2f1efd92e1799eb6bbeaad3ed079af8f6121a0f4
parent038aea15e4d7cb31d8df8b1d95fa96a5ce35d90e
elementary/transit - fixed wipe effect flickering.

evas_map_point_coord APIs have the int values but evas_map_point_image_uv_set have the double parameters on the other hand.
This inconsistency causes the inexact result(flickering).

It's not good APIs for users.

SVN revision: 71979
src/lib/elm_transit.c