Re: [PATCH 36/67] ui/console: use QEMU_PIXMAN_COLOR helpers

2023-08-30 Thread Philippe Mathieu-Daudé
On 30/8/23 11:38, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau QEMU_RGB macro is actually defining a pixman color. Make this explicit in the macro name. Move it to qemu-pixman.h so it can be used elsewhere, as done in the following patch. Finally, define QEMU_PIXMAN_COLOR_{BLACK,G

[PATCH 36/67] ui/console: use QEMU_PIXMAN_COLOR helpers

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau QEMU_RGB macro is actually defining a pixman color. Make this explicit in the macro name. Move it to qemu-pixman.h so it can be used elsewhere, as done in the following patch. Finally, define QEMU_PIXMAN_COLOR_{BLACK,GRAY}, to avoid need to look up the VGA color table from