xserver/miext
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
..
damage Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
rootless Remove fd_set from Block/Wakeup handler API 2016-07-18 15:27:51 -04:00
shadow Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
sync sync: Convert from "CARD64" to int64_t. 2017-09-20 13:19:27 -04:00
Makefile.am rootless: Build unconditionally 2015-07-08 16:41:28 -04:00