gesturesingle: Get rid of a fallthrough comment
authorTimm Bäder <mail@baedert.org>
Thu, 27 Jan 2022 15:06:56 +0000 (16:06 +0100)
committerTimm Bäder <mail@baedert.org>
Thu, 27 Jan 2022 15:06:56 +0000 (16:06 +0100)
Fixes #4663

gtk/gtkgesturesingle.c

index bf415698b7db8fb0dd702e86cb04e51f7ce0cac3..c9fa73e747d1b7a17a718d4a58461d185c2ffac8 100644 (file)
@@ -200,7 +200,7 @@ gtk_gesture_single_handle_event (GtkEventController *controller,
     case GDK_TOUCHPAD_HOLD:
       if (gdk_touchpad_event_get_n_fingers (event) == 1)
         return FALSE;
-      /* fallthrough */
+      G_GNUC_FALLTHROUGH;
     case GDK_TOUCH_CANCEL:
     case GDK_GRAB_BROKEN:
     case GDK_TOUCHPAD_SWIPE: