diff --git a/src/osd/sdl/drawogl.c b/src/osd/sdl/drawogl.c index 2070b1f62ea..3e47836fe33 100644 --- a/src/osd/sdl/drawogl.c +++ b/src/osd/sdl/drawogl.c @@ -1183,7 +1183,7 @@ static int drawogl_window_draw(sdl_window_info *window, UINT32 dc, int update) texture_info *texture=NULL; float vofs, hofs; int pendingPrimitive=GL_NO_PRIMITIVE, curPrimitive=GL_NO_PRIMITIVE, scrnum, is_vector; - const screen_device_config *screen; + const screen_device *screen; if (video_config.novideo) {