comment fallthroughs as intentional

This commit is contained in:
Carsten Haitzler 2014-01-10 17:10:43 +09:00
parent 79be27c307
commit f30cc0b7aa
1 changed files with 2 additions and 2 deletions

View File

@ -3355,7 +3355,7 @@ _zoom_test(Evas_Object *obj,
if ((!sd->glayer_continues_enable) &&
(!st->zoom_st.timestamp))
return;
// fallthrough is intentional
case EVAS_CALLBACK_MOUSE_DOWN:
case EVAS_CALLBACK_MULTI_DOWN:
{ /* Here we take care of zoom-start and zoom move */
@ -3600,7 +3600,7 @@ _rotate_test(Evas_Object *obj,
if ((!sd->glayer_continues_enable) &&
(!st->rotate_st.timestamp))
return;
// fallthrough is intentional
case EVAS_CALLBACK_MOUSE_DOWN:
case EVAS_CALLBACK_MULTI_DOWN:
{ /* Here we take care of rotate-start and rotate move */