mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 09:29:25 +00:00
Ray Strode
50099c4c10
wayland: use glib function for fetching timestamp
The code currently implements a function, get_time, that fetches a timestamp. That duplicates code already in glib, and the glib implementation is better, anyway, since it doesn't skew backward when the system clock is changed. This commit changes the code to use g_get_monotonic_time and drop the get_time function. https://bugzilla.gnome.org/show_bug.cgi?id=761613
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%