Re: [PATCH] ui/sdl2: OpenGL window context

2023-06-12 Thread Marc-André Lureau
On Mon, Jun 12, 2023 at 10:39 AM Antonio Caggiano wrote: > When OpenGL is enabled, create only the OpenGL context, ignoring the SDL > renderer as it is unused anyway. > > Signed-off-by: Antonio Caggiano > Reviewed-by: Marc-André Lureau > --- > ui/sdl2.c | 18 +++--- > 1 file cha

[PATCH] ui/sdl2: OpenGL window context

2023-06-12 Thread Antonio Caggiano
When OpenGL is enabled, create only the OpenGL context, ignoring the SDL renderer as it is unused anyway. Signed-off-by: Antonio Caggiano --- ui/sdl2.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/ui/sdl2.c b/ui/sdl2.c index 9d703200bf..0d91b555e3 10064