mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-30 21:32:08 +02:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -400,8 +400,7 @@ void RPI_RestoreWindow(_THIS, SDL_Window *window)
|
||||
/* SDL Window Manager function */
|
||||
/*****************************************************************************/
|
||||
#if 0
|
||||
SDL_bool
|
||||
RPI_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo *info)
|
||||
SDL_bool RPI_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo *info)
|
||||
{
|
||||
if (info->version.major <= SDL_MAJOR_VERSION) {
|
||||
return SDL_TRUE;
|
||||
|
||||
Reference in New Issue
Block a user