mirror of
https://github.com/yawut/SDL.git
synced 2026-07-28 14:09:05 -05:00
Fixed function prototype
This commit is contained in:
parent
9484504baa
commit
75c85ba27e
|
|
@ -39,7 +39,8 @@
|
|||
|
||||
/* Initialization/Query functions */
|
||||
static int UIKit_VideoInit(_THIS);
|
||||
static int UIKit_SetDisplayMode(_THIS, SDL_DisplayMode * mode);
|
||||
static int UIKit_SetDisplayMode(_THIS, SDL_VideoDisplay * display,
|
||||
SDL_DisplayMode * mode);
|
||||
static void UIKit_VideoQuit(_THIS);
|
||||
|
||||
/* DUMMY driver bootstrap functions */
|
||||
|
|
@ -132,7 +133,7 @@ UIKit_VideoInit(_THIS)
|
|||
}
|
||||
|
||||
static int
|
||||
UIKit_SetDisplayMode(_THIS, SDL_DisplayMode * mode)
|
||||
UIKit_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user