1
0
Fork 0
mutter-performance-source/clutter
Daniel van Vugt bd4b3178cb
clutter/frame-clock: Merge states DISPATCHING and PENDING_PRESENTED
Chronologically they already overlap in time as presentation may
complete in the middle of the dispatch function, otherwise they are
contiguous in time. And most switch statements treated the two states
the same already so they're easy to merge into a single `DISPATCHED`
state.

Having fewer states now will make life easier when we add more states
later.

Signed-off-by: Mingi Sung <sungmg@saltyming.net>
2024-09-15 14:00:18 +09:00
..
clutter clutter/frame-clock: Merge states DISPATCHING and PENDING_PRESENTED 2024-09-15 14:00:18 +09:00
meson.build clutter: Explicitly depend on cairo 2024-01-27 10:03:15 +00:00