xmlconfig/dri: bool -> unsigned char
authorDave Airlie <airlied@redhat.com>
Tue, 1 Jul 2014 22:24:05 +0000 (08:24 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 1 Jul 2014 22:24:05 +0000 (08:24 +1000)
commit8392179fcc10024e3d80d6adedb38c30fd3cacc7
tree37e5eab43df6c1c101c353ee127c788e50662e98
parent78121e4b8d6a306d14d9dd53ce1491483651fb64
xmlconfig/dri: bool -> unsigned char

Drop stdbool, due to the X server being a pain and having
struct members called bool, although I've sent a patch to fix
that we should retain stupidity here. Use unsigned char
which is what GLboolean is anyways.

Signed-off-by: Dave Airlie <airlied@redhat.com>
include/GL/internal/dri_interface.h
src/mesa/drivers/dri/common/dri_util.c
src/mesa/drivers/dri/common/xmlconfig.c
src/mesa/drivers/dri/common/xmlconfig.h