forked from AuroraMiddleware/gtk
Replace a few more fallthrough comments
This commit is contained in:
parent
7553649c47
commit
822d67295a
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user