Evas: Fixed a few 'implicit declaration' warnings.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 9 Feb 2011 18:39:54 +0000 (18:39 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 9 Feb 2011 18:39:54 +0000 (18:39 +0000)
commit0bee0601e18cece01e59fa7bd61b84691886778a
tree380b9895934732b69dfcca9f7bb0f54eecc2c022
parent851fcce1196c632aae9d69499cebc529bbab93bf
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.

SVN revision: 56869
legacy/evas/src/lib/Evas.h
legacy/evas/src/lib/canvas/evas_object_main.c
legacy/evas/src/lib/engines/common/evas_map_image.c
legacy/evas/src/modules/engines/gl_x11/evas_engine.c