mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 20:32:16 +00:00
clutter: Add missing G_GNUC_FALLTHROUGH
We do actually fall through here, so let it known that it's intentional. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1915>
This commit is contained in:
parent
a34be31d63
commit
1c5a90d9d2
@ -1141,6 +1141,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:
|
||||
|
Loading…
Reference in New Issue
Block a user