gallium-egl: use standard variable types over EGLBoolean/EGLint
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 29 Aug 2013 11:25:00 +0000 (05:25 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 3 Oct 2013 20:05:29 +0000 (14:05 -0600)
commit13895abd86fcf2f5c059873c48a3d304f7f5b0d5
tree2ca3aec312e42d3e88a84390cca912a8a602d8e5
parent379deaf5c65c03b78714f225954bce5a16c22905
gallium-egl: use standard variable types over EGLBoolean/EGLint

The inferface/prototype in native_wayland_bufmgr.h uses boolean/int, as
well as the rest of the file. Convert to improve consistency and to
prevent gcc compiler warnings due to type miss-match.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr.c