[Mesa-dev] [PATCH] glx: Use struct xshmfence* instead of int32_t*.

Ian Romanick idr at freedesktop.org
Thu Dec 5 11:21:50 PST 2013


On 12/05/2013 10:14 AM, Matt Turner wrote:
> On Thu, Dec 5, 2013 at 2:23 AM, Chí-Thanh Christopher Nguyễn
> <chithanh at gentoo.org> wrote:
>> You possibly need to require xshmfence >= 1.1 for this.
> 
> It'll work with 1.0 (the libxshmfence change is not an ABI change), it
> will just cause compiler warnings. I'm okay with that.

Would adding the following to src/glx/dri3_priv.h fix the warning?

/* Prevent compiler warnings with libxshmfence 1.0. */
struct xshmfence;

> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev



More information about the mesa-dev mailing list