Skip to content

clutter/frame-clock: Simplify early presented event handling

Dor Askayo requested to merge doraskayo/mutter:simplify-early-presented into main

From the commit message:

A few calculations and assignments are done unnecessarily when the
last next presentation time is invalid. This increases the cognitive
complexity of the function for no reason.

No change in behavior.
Edited by Dor Askayo

Merge request reports