Replace a few more fallthrough comments

This commit is contained in:
Timm Bäder 2020-03-12 08:32:03 +01:00
parent 7553649c47
commit 822d67295a
2 changed files with 2 additions and 2 deletions

View File

@ -1641,7 +1641,7 @@ _gtk_gesture_get_pointer_emulating_sequence (GtkGesture *gesture,
case GDK_TOUCH_END:
if (!gdk_touch_event_get_emulating_pointer (data->event))
continue;
/* Fall through */
G_GNUC_FALLTHROUGH;
case GDK_BUTTON_PRESS:
case GDK_BUTTON_RELEASE:
case GDK_MOTION_NOTIFY:

View File

@ -3631,7 +3631,7 @@ gtk_text_move_cursor (GtkText *self,
case GTK_MOVEMENT_WORDS:
if (priv->resolved_dir == PANGO_DIRECTION_RTL)
count *= -1;
/* Fall through */
G_GNUC_FALLTHROUGH;
case GTK_MOVEMENT_LOGICAL_POSITIONS:
if (count < 0)