mirror of
https://github.com/brl/mutter.git
synced 2025-07-10 04:34:31 +00:00
50099c4c10c9311c6d0deb978d21637c9437c027

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%