evas callbacks - add comment to note fallthrough is intended

swtich fallthrough oftenis not intended but in this case it is, so
documente it as such.
This commit is contained in:
Carsten Haitzler 2017-02-08 17:57:35 +09:00
parent 2cdc63024d
commit 93abad0a59
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ _eo_evas_object_cb(void *data, const Efl_Event *event)
case EFL_EVENT_TYPE_FOCUS:
event_info = NULL;
// NOTE: fallthrough here is explicitly intended!!!
case EFL_EVENT_TYPE_NULL:
case EFL_EVENT_TYPE_STRUCT:
case EFL_EVENT_TYPE_OBJECT: