Skip to content
Snippets Groups Projects
Commit eafba23b authored by Keith Packard's avatar Keith Packard
Browse files

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: default avatarKeith Packard <keithp@keithp.com>
Reviewed-by: default avatarJulien Cristau <jcristau@debian.org>
parent b6d7ed4d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment