Files
xserver/Xext
Eric Anholt e0f872207a sync: Convert from "CARD64" to int64_t.
The extension was using the name CARD64 to represent 64-bit values,
with a #define from CARD64 to XSyncValue, a struct with a pair of
32-bit values representing a signed 64-bit value.  This interfered
with protocol headers using CARD64 to try to actually store a
uint64_t.  Now that stdint.h exists, let's just use that here,
instead.

v2: Fix alarm delta changes.
v3: Do the potentially overflowing math as uint and convert to int
    afterward, out of C spec paranoia.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
2017-09-20 13:19:27 -04:00
..
2015-07-08 16:40:58 -04:00
2017-03-27 15:59:42 -04:00
2014-11-12 10:25:00 +10:00
2017-09-20 13:19:27 -04:00
2012-03-21 13:54:42 -07:00
2016-09-28 15:25:07 -04:00
2014-01-12 10:24:11 -08:00
2017-06-20 16:37:24 -04:00
2012-03-21 13:54:42 -07:00
2014-11-12 10:25:00 +10:00
2014-01-12 10:24:11 -08:00