Skip to content

presentation-time: Only use CLOCK_MONOTONIC from now on

Derek Foreman requested to merge derekf/wayland-protocols:so_monotonic into main

More protocols are under discussion that require the use of timestamps in the domain of the presentation clock. It's easier to just force everyone to use the same clock, CLOCK_MONOTONIC, so we don't have to have multiple protocols all sending events to communicate the same information.

Signed-off-by: Derek Foreman derek.foreman@collabora.com

Merge request reports