summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-02-24 19:10:52 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-02-24 19:10:52 +0100
commit65c0f32ba759681b4ae922b3a4c3fbe73cbb3994 (patch)
treece6f2201cb3e159c6884d3e0770e5894f171847c
parente9345bcfc0767018d0a23895bbaf963122ccc0ae (diff)
Fixed USE_BGFX build for SDL (nw)
-rw-r--r--src/osd/sdl/drawbgfx.c4
1 files 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))