xserver-multidpi/miext/sync
Keith Packard eafba23b34 miext/sync: Handle libxshmfence API change
libxshmfence had an unfortunate 'int32_t' type for the mapped fence.
That changed to exposing a 'struct shmfence' instead, which is nice
and opaque and offers fine type checking across the API.

This patch requires the newer version of the library and uses
the new interface type.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
2013-12-02 12:57:11 -08:00
..
Makefile.am miext: Ensure xshmfence is only called when driver supports it 2013-11-23 22:06:19 -08:00
misync.c dri3: Add DRI3 extension 2013-10-31 16:58:30 -07:00
misync.h miext: Ensure xshmfence is only called when driver supports it 2013-11-23 22:06:19 -08:00
misyncfd.c miext: Ensure xshmfence is only called when driver supports it 2013-11-23 22:06:19 -08:00
misyncfd.h miext: Ensure xshmfence is only called when driver supports it 2013-11-23 22:06:19 -08:00
misyncshm.c miext/sync: Handle libxshmfence API change 2013-12-02 12:57:11 -08:00
misyncshm.h miext: Ensure xshmfence is only called when driver supports it 2013-11-23 22:06:19 -08:00
misyncstr.h dri3: Add DRI3 extension 2013-10-31 16:58:30 -07:00