Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: evas_image_main.c Log Message: remove c99 structure initialization =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_image_main.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -3 -r1.55 -r1.56 --- evas_image_main.c 8 Aug 2007 23:41:31 -0000 1.55 +++ evas_image_main.c 22 Aug 2007 15:06:04 -0000 1.56 @@ -33,17 +33,17 @@ static const Evas_Cache_Image_Func _evas_common_image_func = { - .constructor = evas_common_load_image_module_from_file, - .destructor = _evas_common_image_unload, - .dirty_region = _evas_common_image_dirty_region, - .dirty = _evas_common_image_dirty, - .copied_data = evas_common_image_from_copied_data, - .color_space = evas_common_image_colorspace_set, - .data = evas_common_image_from_data, - .size_set = evas_common_image_size_set, - .load = evas_common_load_image_data_from_file, - .mem_size_get = evas_common_image_ram_usage, - .debug = NULL + evas_common_load_image_module_from_file, + _evas_common_image_unload, + _evas_common_image_dirty_region, + _evas_common_image_dirty, + evas_common_image_size_set, + evas_common_image_from_copied_data, + evas_common_image_from_data, + evas_common_image_colorspace_set, + evas_common_load_image_data_from_file, + evas_common_image_ram_usage, + NULL }; EAPI void ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs