mesa/st: replace boolean declarations by bool

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Gert Wollny 2019-07-23 07:07:14 +02:00 committed by Gert Wollny
parent 7fb47195d8
commit 78ba12f40f

View file

@ -179,10 +179,10 @@ struct st_fragment_program
struct st_vp_variant_key
{
struct st_context *st; /**< variants are per-context */
boolean passthrough_edgeflags;
bool passthrough_edgeflags;
/** for ARB_color_buffer_float */
boolean clamp_color;
bool clamp_color;
};