Jeff Smith 6be56de140 backends/x11: Fix time-comparison bug causing hang
A comparison in translate_device_event() does not account for the fact
that X's clock wraps about every 49.7 days.  When triggered, this causes
an unresponsive GUI.

Replace simple less-than comparison with XSERVER_TIME_IS_BEFORE macro,
which accounts for the wrapping of X's clock.

Closes: https://gitlab.gnome.org/GNOME/mutter/issues/12
2018-02-01 15:34:12 +08:00
2015-07-06 00:52:18 -07:00
2018-01-26 20:48:01 +00:00
2017-05-11 13:45:44 +02:00
2016-04-27 20:37:47 +02:00
2017-10-17 17:44:39 +02:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%