[mutter/wip/carlosg/unthrottled-wayland: 5/16] clutter: Add missing G_GNUC_FALLTHROUGH
- From: Robert Mader <rmader src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/unthrottled-wayland: 5/16] clutter: Add missing G_GNUC_FALLTHROUGH
- Date: Mon, 23 Aug 2021 14:13:42 +0000 (UTC)
commit 5dfd2a3f62eeb4955c8127a36eedc8fc9f843d89
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Jun 4 16:37:52 2021 +0200
clutter: Add missing G_GNUC_FALLTHROUGH
We do actually fall through here, so let it known that it's intentional.
clutter/clutter/clutter-main.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/clutter/clutter/clutter-main.c b/clutter/clutter/clutter-main.c
index eba38f7523..7426084234 100644
--- a/clutter/clutter/clutter-main.c
+++ b/clutter/clutter/clutter-main.c
@@ -1566,6 +1566,8 @@ _clutter_process_event_details (ClutterActor *stage,
event->type == CLUTTER_BUTTON_PRESS);
}
}
+
+ G_GNUC_FALLTHROUGH;
case CLUTTER_SCROLL:
case CLUTTER_TOUCHPAD_PINCH:
case CLUTTER_TOUCHPAD_SWIPE:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]