From 65c0f32ba759681b4ae922b3a4c3fbe73cbb3994 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 24 Feb 2015 19:10:52 +0100 Subject: Fixed USE_BGFX build for SDL (nw) --- src/osd/sdl/drawbgfx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osd/sdl/drawbgfx.c b/src/osd/sdl/drawbgfx.c index a70d7d974d6..a2dc7fe5649 100644 --- a/src/osd/sdl/drawbgfx.c +++ b/src/osd/sdl/drawbgfx.c @@ -81,7 +81,7 @@ public: {} /* virtual */ int create(); - /* virtual */ int draw(const UINT32 dc, const int update); + /* virtual */ int draw(const int update); /* virtual */ int xy_to_render_target(const int x, const int y, int *xt, int *yt); /* virtual */ void destroy(); /* virtual */ render_primitive_list *get_primitives() @@ -185,7 +185,7 @@ int sdl_info_bgfx::xy_to_render_target(int x, int y, int *xt, int *yt) // sdl_info_bgfx::draw //============================================================ -int sdl_info_bgfx::draw(UINT32 dc, int update) +int sdl_info_bgfx::draw(int update) { //if (has_flags(FI_CHANGED) || (window().width() != m_last_width) || (window().height() != m_last_height)) -- cgit v1.2.3