Skip to content
Snippets Groups Projects
Commit 7c555e8e authored by deuce's avatar deuce
Browse files

Use the tyepdef'd SDL_SysWMinfo rather than the struct (which wasn't

declared on older SDL versions)
parent 72b27306
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ struct sdlfuncs {
Uint32 (*WasInit) (Uint32 flags);
int (*EnableUNICODE) (int enable);
int (*EnableKeyRepeat) (int delay, int interval);
int (*GetWMInfo) (struct SDL_SysWMinfo *info);
int (*GetWMInfo) (SDL_SysWMinfo *info);
char *(*GetError) (void);
int (*InitSubSystem)(Uint32 flags);
void (*QuitSubSystem)(Uint32 flags);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment