branches/kale/src/osd/sdl/drawbgfx.c
| r244607 | r244608 | |
| 81 | 81 | {} |
| 82 | 82 | |
| 83 | 83 | /* virtual */ int create(); |
| 84 | | /* virtual */ int draw(const UINT32 dc, const int update); |
| 84 | /* virtual */ int draw(const int update); |
| 85 | 85 | /* virtual */ int xy_to_render_target(const int x, const int y, int *xt, int *yt); |
| 86 | 86 | /* virtual */ void destroy(); |
| 87 | 87 | /* virtual */ render_primitive_list *get_primitives() |
| r244607 | r244608 | |
| 185 | 185 | // sdl_info_bgfx::draw |
| 186 | 186 | //============================================================ |
| 187 | 187 | |
| 188 | | int sdl_info_bgfx::draw(UINT32 dc, int update) |
| 188 | int sdl_info_bgfx::draw(int update) |
| 189 | 189 | { |
| 190 | 190 | |
| 191 | 191 | //if (has_flags(FI_CHANGED) || (window().width() != m_last_width) || (window().height() != m_last_height)) |