Evas engines: Add missing initializers in Ecore_Evas_Engine_Func

This commit is contained in:
Jean-Philippe Andre 2016-02-03 14:48:45 +09:00
parent ea8686d776
commit 2405c93f2c
3 changed files with 12 additions and 3 deletions

View File

@ -602,7 +602,10 @@ static Ecore_Evas_Engine_Func _ecore_buffer_engine_func =
NULL, // wm_rot_manual_rotation_done_set
NULL, // wm_rot_manual_rotation_done
NULL // aux_hints_set
NULL, // aux_hints_set
NULL, // fn_animator_register
NULL, // fn_animator_unregister
};
static void *

View File

@ -715,7 +715,10 @@ static const Ecore_Evas_Engine_Func _ecore_ews_engine_func =
NULL, // wm_rot_manual_rotation_done_set
NULL, // wm_rot_manual_rotation_done
NULL // aux_hints_set
NULL, // aux_hints_set
NULL, // fn_animator_register
NULL, // fn_animator_unregister
};
void

View File

@ -2072,7 +2072,10 @@ static const Ecore_Evas_Engine_Func _ecore_extn_socket_engine_func =
NULL, // wm_rot_manual_rotation_done_set
NULL, // wm_rot_manual_rotation_done
NULL // aux_hints_set
NULL, // aux_hints_set
NULL, // fn_animator_register
NULL, // fn_animator_unregister
};
EAPI Ecore_Evas *