efl/src/lib/ecore_evas
Stefan Schmidt 1fd3950cda ecore_evas: Remove unused code.
rot = rot % 360;
while (rot < 0) rot += 360;

it is guaranteed that rot is between 0 and 359.

CID: 1039470, 1039471
2013-09-12 15:40:41 +01:00
..
Ecore_Evas.h Add API declarations for new pixmap functions 2013-07-11 10:49:25 +01:00
Ecore_Evas_Types.h Add typedef for Ecore_X_Pixmap if Ecore_X header is not included. 2013-07-05 10:44:18 +01:00
ecore_evas.c ecore_evas: Remove unused code. 2013-09-12 15:40:41 +01:00
ecore_evas_buffer.c ecore_evas: re-order inclusion of header to fix compilation on Windows. 2013-03-12 15:58:43 +09:00
ecore_evas_buffer.h ecore_evas: re-order inclusion of header to fix compilation on Windows. 2013-03-12 15:58:43 +09:00
ecore_evas_deprecated.c ecore_evas: Mark unused variables as unused 2013-03-16 12:33:36 +00:00
ecore_evas_drm.h Add ecore_evas_drm private header. 2013-05-14 10:49:14 +01:00
ecore_evas_ews.c ecore/ews: Make this engine be aware of the wayland frame object. 2013-04-19 12:57:50 -03:00
ecore_evas_extn.h Fix formatting 2013-06-17 23:22:19 +01:00
ecore_evas_module.c efl: add macro to swap Windows and Unix path separators. 2013-03-19 15:15:46 +09:00
ecore_evas_private.h Add missing functions for pointer_warp and pointer_xy_get to engine 2013-07-08 14:02:40 +01:00
ecore_evas_util.c efl: formatting 2013-06-20 13:08:36 +02:00
ecore_evas_wayland.h Add pre_post_swap_callback_set to Wayland Interface for Ecore_Evas. 2013-06-06 04:42:57 +01:00
ecore_evas_win32.h ecore_evas: re-order inclusion of header to fix compilation on Windows. 2013-03-12 15:58:43 +09:00
ecore_evas_x11.h Add interface function definitions for: 2013-07-11 10:49:25 +01:00