Re: [PATCH] gtk: force realization of drawing area

2023-10-18 Thread Antonio Caggiano
Reviewed-by: Antonio Caggiano On 17/10/2023 13:16, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Fixes the GL context creation from a widget that isn't yet realized (in a hidden tab for example). Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1727 Signed-off-by: Marc-A

[PATCH] gtk: force realization of drawing area

2023-10-17 Thread marcandre . lureau
From: Marc-André Lureau Fixes the GL context creation from a widget that isn't yet realized (in a hidden tab for example). Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1727 Signed-off-by: Marc-André Lureau --- ui/gtk.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a