summary refs log tree commit diff stats
path: root/include/ui/sdl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/sdl2.h')
-rw-r--r--include/ui/sdl2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/sdl2.h b/include/ui/sdl2.h
index 454367ac84..b29cf803c9 100644
--- a/include/ui/sdl2.h
+++ b/include/ui/sdl2.h
@@ -26,7 +26,7 @@ struct sdl2_console {
     int idle_counter;
     SDL_GLContext winctx;
 #ifdef CONFIG_OPENGL
-    ConsoleGLState *gls;
+    QemuGLShader *gls;
     egl_fb guest_fb;
     egl_fb win_fb;
     bool y0_top;