hud: Use bool/true/false to replace boolean/TRUE/FALSE in hud/hud_context.c
authorYonggang Luo <luoyonggang@gmail.com>
Sun, 11 Jun 2023 17:04:44 +0000 (01:04 +0800)
committerYonggang Luo <luoyonggang@gmail.com>
Tue, 27 Jun 2023 10:18:26 +0000 (18:18 +0800)
commit542f00b5f1886459e0ca04bbcb7f06fbaa4e4108
tree804580bfd69c025fc272a6a0473a3f2ed2f0995c
parente5aec68ce790b2dca23333989ce5cde61685a415
hud: Use bool/true/false to replace boolean/TRUE/FALSE in hud/hud_context.c

auto tools can not find and replace
```
#define HUD_DEFAULT_VISIBILITY TRUE
```
So did the of this line manually,

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: David Heidelberg <david.heidelberg@collabora.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23577>
src/gallium/auxiliary/hud/hud_context.c