[PATCH libdrm] xf86drm: fix return type for drmIsMaster()
Daniel Stone
daniel at fooishbar.org
Fri Feb 8 16:51:11 UTC 2019
Hi Eric,
On Fri, 8 Feb 2019 at 15:03, Eric Engestrom <eric.engestrom at intel.com> wrote:
> Xserver has struct members named `bool`, which means the last commit
> breaks its build with errors like this:
>
> error: two or more data types in declaration specifiers
> Bool bool;
> ^
>
> Fix this by making it return a 0/1 integer, with the same semantic as
> the boolean it was before.
Don't you need to drop the stdbool.h include for this to fix compilation?
Cheers,
Daniel
More information about the dri-devel
mailing list