Skip to content
  • Jeff Smith's avatar
    backends/x11: Improve grab-device clock updates · 1bfa2092
    Jeff Smith authored and Marco Trevisan's avatar Marco Trevisan committed
    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.
    
    !174
    1bfa2092