[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 1/3] ui/console: Add placeholder flag to message surface
From: |
Gerd Hoffmann |
Subject: |
Re: [PATCH v3 1/3] ui/console: Add placeholder flag to message surface |
Date: |
Thu, 25 Feb 2021 10:01:52 +0100 |
> -DisplaySurface *qemu_create_message_surface(int w, int h,
> - const char *msg)
> +DisplaySurface *qemu_create_placeholder_surface(int w, int h,
> + const char *msg)
> {
> DisplaySurface *surface = qemu_create_displaysurface(w, h);
> pixman_color_t bg = color_table_rgb[0][QEMU_COLOR_BLACK];
Not setting QEMU_PLACEHOLDER_FLAG here?
take care,
Gerd
- Re: [PATCH v2] ui/console: Pass placeholder surface to displays, (continued)
- Re: [PATCH v2] ui/console: Pass placeholder surface to displays, Gerd Hoffmann, 2021/02/22
- Re: [PATCH v2] ui/console: Pass placeholder surface to displays, Akihiko Odaki, 2021/02/22
- Re: [PATCH v2] ui/console: Pass placeholder surface to displays, Gerd Hoffmann, 2021/02/24
- [PATCH v3 1/3] ui/console: Add placeholder flag to message surface, Akihiko Odaki, 2021/02/24
- [PATCH v3 2/3] ui/console: Pass placeholder surface to displays, Akihiko Odaki, 2021/02/24
- Re: [PATCH v3 2/3] ui/console: Pass placeholder surface to displays, Gerd Hoffmann, 2021/02/25
- [PATCH v3 3/3] virtio-gpu: Do not distinguish the primary console, Akihiko Odaki, 2021/02/24
- Re: [PATCH v3 3/3] virtio-gpu: Do not distinguish the primary console, Gerd Hoffmann, 2021/02/25
- Re: [PATCH v3 3/3] virtio-gpu: Do not distinguish the primary console, Akihiko Odaki, 2021/02/25
- Re: [PATCH v3 3/3] virtio-gpu: Do not distinguish the primary console, Gerd Hoffmann, 2021/02/25
- Re: [PATCH v3 1/3] ui/console: Add placeholder flag to message surface,
Gerd Hoffmann <=