From 0c7b5ff66e7abc8d53e0172de6944ecc9fa1508f Mon Sep 17 00:00:00 2001 From: couriersud Date: Thu, 5 Feb 2015 01:10:32 +0100 Subject: Too many #defines and #ifdefs. Missed this one on drawgbfx. (nw) --- src/osd/sdl/drawbgfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/sdl/drawbgfx.c b/src/osd/sdl/drawbgfx.c index a9804dc1b2a..3a5a0c6fe69 100644 --- a/src/osd/sdl/drawbgfx.c +++ b/src/osd/sdl/drawbgfx.c @@ -141,7 +141,7 @@ int sdl_info_bgfx::create(int width, int height) m_blittimer = 3; - bgfx::sdlSetWindow(window().m_sdl_window); + bgfx::sdlSetWindow(window().sdl_window()); bgfx::init(); bgfx::reset(window().width(), window().height(), BGFX_RESET_VSYNC); -- cgit v1.2.3