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)
commit179b2c8fbd54e64e2169d42a1ae5c4b9c6ffc55d
tree9ab6ac598fabce70184c494f1b1a7dd3360f73a0
parentb76a4f8e94e9ffba88efce42219f53daa98a3f8d
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: http://svn.enlightenment.org/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