Evas: Update gl_sdl, gl_cocoa, directfb and software_16_sdl engines to use the new...
authorkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Jul 2012 11:58:37 +0000 (11:58 +0000)
committerkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Jul 2012 11:58:37 +0000 (11:58 +0000)
commitd33e65ba0dd4ad63fc4e6d345d6107477f27f28c
tree9ab6ac598fabce70184c494f1b1a7dd3360f73a0
parentb5f07fc27a16a6442b69265c406a5f60cb8684b9
Evas: Update gl_sdl, gl_cocoa, directfb and software_16_sdl engines to use the new function prototype of image_map_draw
The arguments for image_map_draw changed, and these engines were receiving
the wrong data. In the case of gl_cocoa and gl_sdl, the gl_common would
receive a pointer for 'npoints' and would call abort() because npoints
is not 4.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@74321 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/modules/engines/directfb/evas_engine.c
src/modules/engines/gl_cocoa/evas_engine.c
src/modules/engines/gl_sdl/evas_engine.c
src/modules/engines/software_16_sdl/evas_engine.c