summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/drawogl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/drawogl.c')
-rw-r--r--src/osd/sdl/drawogl.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/osd/sdl/drawogl.c b/src/osd/sdl/drawogl.c
index e10900ea7a1..47dacb01aa9 100644
--- a/src/osd/sdl/drawogl.c
+++ b/src/osd/sdl/drawogl.c
@@ -290,11 +290,8 @@ public:
}
/* virtual */ int create();
-#ifdef OSD_WINDOWS
- /* virtual */ int draw(const HDC dc, const int update);
-#else
- /* virtual */ int draw(const UINT32 dc, const int update);
-#endif
+ /* 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()
@@ -1327,11 +1324,7 @@ void sdl_info_ogl::loadGLExtensions()
// sdl_info::draw
//============================================================
-#ifdef OSD_WINDOWS
-int sdl_info_ogl::draw(const HDC dc, const int update)
-#else
-int sdl_info_ogl::draw(const UINT32 dc, const int update)
-#endif
+int sdl_info_ogl::draw(const int update)
{
render_primitive *prim;
texture_info *texture=NULL;