summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/osd_opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/osd_opengl.h')
-rw-r--r--src/osd/sdl/osd_opengl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/osd/sdl/osd_opengl.h b/src/osd/sdl/osd_opengl.h
index c84d0a94139..e51b7e52559 100644
--- a/src/osd/sdl/osd_opengl.h
+++ b/src/osd/sdl/osd_opengl.h
@@ -54,9 +54,7 @@
#define OSD_GL(ret,func,params) ret (APIENTRY *func) params;
#define OSD_GL_UNUSED(ret,func,params)
- typedef struct _osd_gl_dispatch osd_gl_dispatch;
-
- struct _osd_gl_dispatch
+ struct osd_gl_dispatch
{
#define GET_GLFUNC 1
#include "osd_opengl.h"