diff options
Diffstat (limited to 'src/osd/sdl/drawsdl.c')
-rw-r--r-- | src/osd/sdl/drawsdl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osd/sdl/drawsdl.c b/src/osd/sdl/drawsdl.c index 8fa25bdd148..2bb1a809b43 100644 --- a/src/osd/sdl/drawsdl.c +++ b/src/osd/sdl/drawsdl.c @@ -46,8 +46,7 @@ typedef struct _sdl_scale_mode sdl_scale_mode; #endif /* sdl_info is the information about SDL for the current screen */ -typedef struct _sdl_info sdl_info; -struct _sdl_info +struct sdl_info { INT32 blittimer; UINT32 extra_flags; |