Eo: Added the two events I removed by accident.

SVN revision: 71001
This commit is contained in:
Tom Hacohen 2012-05-14 13:33:26 +00:00
parent 44f3d883d4
commit 150b057a15
1 changed files with 2 additions and 0 deletions

View File

@ -493,6 +493,8 @@ static const Eo_Op_Description op_desc[] = {
};
static const Eo_Event_Description *event_desc[] = {
EO_EV_CALLBACK_ADD,
EO_EV_CALLBACK_DEL,
EO_EV_DEL,
NULL
};