projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7194196
)
gesturesingle: Get rid of a fallthrough comment
author
Timm Bäder
<mail@baedert.org>
Thu, 27 Jan 2022 15:06:56 +0000
(16:06 +0100)
committer
Timm Bäder
<mail@baedert.org>
Thu, 27 Jan 2022 15:06:56 +0000
(16:06 +0100)
Fixes #4663
gtk/gtkgesturesingle.c
patch
|
blob
|
history
diff --git
a/gtk/gtkgesturesingle.c
b/gtk/gtkgesturesingle.c
index bf415698b7db8fb0dd702e86cb04e51f7ce0cac3..c9fa73e747d1b7a17a718d4a58461d185c2ffac8 100644
(file)
--- a/
gtk/gtkgesturesingle.c
+++ b/
gtk/gtkgesturesingle.c
@@
-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: