Re: [PATCH] gtk: add gl-area support on win32

2023-05-16 Thread Bernhard Beschow
Am 15. Mai 2023 13:25:27 UTC schrieb marcandre.lur...@redhat.com: >From: Marc-André Lureau > >On Windows, we don't use the low-level GBM/EGL helpers (no dmabuf etc), >we can turn on GL area support for the rest of rendering. > >(fwiw, GDK backend may be either WGL or EGL) > >Signed-off-by: Marc

[PATCH] gtk: add gl-area support on win32

2023-05-15 Thread marcandre . lureau
From: Marc-André Lureau On Windows, we don't use the low-level GBM/EGL helpers (no dmabuf etc), we can turn on GL area support for the rest of rendering. (fwiw, GDK backend may be either WGL or EGL) Signed-off-by: Marc-André Lureau --- ui/gtk.c | 6 ++ 1 file changed, 6 insertions(+) dif