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, or otherwise are contiguous in time. And most switch statements treated them the same already. So they're easy to merge into a single PRESENTING state.

Merge request reports

Loading