egl: turn one more boolean `int` into a `bool`
authorEric Engestrom <eric@engestrom.ch>
Sun, 18 Jun 2017 23:16:51 +0000 (00:16 +0100)
committerEric Engestrom <eric@engestrom.ch>
Wed, 21 Jun 2017 20:42:14 +0000 (21:42 +0100)
commit4a1238a452a7e49a6717506ffdbaeab18d90a6be
tree5af8a8989085fbfdf2d01a42135ac14a278f32ca
parent60f984262c4d4c3c3828eb2eec3dc07c63922ece
egl: turn one more boolean `int` into a `bool`

Same as the previous commit, but this one was split out because it's
a bit more complicated: this field is given as a pointer to a function,
so the function had to be changed as well, and the function was use in
a bunch of places, which needed updating as well.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/egl/drivers/dri2/egl_dri2.h
src/gallium/auxiliary/vl/vl_winsys_dri3.c
src/gallium/targets/d3dadapter9/drm.c
src/glx/dri3_priv.h
src/loader/loader.c
src/loader/loader.h