From 0b71a5d5caa4f709d37fa1d7786dffc2c94f8414 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 11 Nov 2014 16:54:45 +0100 Subject: sdl2: add support for display rendering using opengl. Add new sdl2-gl.c file, with display rendering functions using opengl. Signed-off-by: Gerd Hoffmann Reviewed-by: Max Reitz --- include/ui/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ui/console.h') diff --git a/include/ui/console.h b/include/ui/console.h index ee00fc58f2..d2116927f9 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -354,6 +354,7 @@ void surface_gl_setup_viewport(ConsoleGLState *gls, #endif /* sdl.c */ +void sdl_display_early_init(int opengl); void sdl_display_init(DisplayState *ds, int full_screen, int no_frame); /* cocoa.m */ -- cgit v1.2.1