Jeff Smith a41ae88c09 backends/x11: Improve grab-device clock updates
meta_backend_x11_grab_device is performing X server clock comparison
using the MAX macro, which comes down to a simple greater-than.

Use XSERVER_TIME_IS_BEFORE, which is a better macro for X server
clock comparisons, as it accounts for 32-bit wrap-around.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/174

(cherry picked from commit 1bfa20929b36d06cc23667d1122175149615b56d)
2018-08-14 18:34:30 +02:00
..
2014-05-02 09:34:48 -04:00
2014-09-12 11:55:08 -06:00
2018-05-07 22:06:02 +02:00