Evas: Fixed a few 'implicit declaration' warnings.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 9 Feb 2011 18:39:54 +0000 (18:39 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 9 Feb 2011 18:39:54 +0000 (18:39 +0000)
commitf6d72bc8c604d501f794ce4f14a0bb2cf0ddc277
tree2be731d7311a8a8a9e447f2c11cb7b24cd0a114a
parentbab5e501d16e8dc4cc3c99ad557b0e5cdf14ec01
Evas: Fixed a few 'implicit declaration' warnings.

    Add missing evas_object_image_source functions.
      (was giving nasty 'implicit declarations' prior to this change)
    Add UNUSED to evas_common_map_rgba for npoints variable
      (wasn't used in that function)
    Fixed a little formatting in evas_object_main.c
    Add UNUSED to the eng_image_map_draw function of the gl_x11 engine.
      (npoints variable not used there)
    Fixed a little formatting in gl_x11 engine.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@56869 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Evas.h
src/lib/canvas/evas_object_main.c
src/lib/engines/common/evas_map_image.c
src/modules/engines/gl_x11/evas_engine.c