Previous 199869 Revisions Next

r36096 Tuesday 24th February, 2015 at 18:10:52 UTC by Miodrag Milanović
Fixed USE_BGFX build for SDL (nw)
[/branches/kale/src/osd/sdl]drawbgfx.c

branches/kale/src/osd/sdl/drawbgfx.c
r244607r244608
8181    {}
8282
8383   /* virtual */ int create();
84   /* virtual */ int draw(const UINT32 dc, const int update);
84   /* virtual */ int draw(const int update);
8585   /* virtual */ int xy_to_render_target(const int x, const int y, int *xt, int *yt);
8686   /* virtual */ void destroy();
8787   /* virtual */ render_primitive_list *get_primitives()
r244607r244608
185185//  sdl_info_bgfx::draw
186186//============================================================
187187
188int sdl_info_bgfx::draw(UINT32 dc, int update)
188int sdl_info_bgfx::draw(int update)
189189{
190190
191191   //if (has_flags(FI_CHANGED) || (window().width() != m_last_width) || (window().height() != m_last_height))


Previous 199869 Revisions Next


© 1997-2024 The MAME Team