diff options
Diffstat (limited to 'src/osd/sdl/drawogl.c')
-rw-r--r-- | src/osd/sdl/drawogl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/drawogl.c b/src/osd/sdl/drawogl.c index ecadb7b58b5..c2a697e2893 100644 --- a/src/osd/sdl/drawogl.c +++ b/src/osd/sdl/drawogl.c @@ -1206,7 +1206,7 @@ static int drawogl_window_draw(sdl_window_info *window, UINT32 dc, int update) // figure out if we're vector scrnum = is_vector = 0; - for (screen = window->machine->config->first_screen(); screen != NULL; screen = screen->next_screen()) + for (screen = window->machine->config().first_screen(); screen != NULL; screen = screen->next_screen()) { if (scrnum == window->index) { |