mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-21 13:13:35 -05:00
Refactoring based on Coding Style Conventions (#5517)
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
This commit is contained in:
@ -323,7 +323,7 @@ Uint8 SDL_EventState(Uint32 type, int state)
|
||||
return stateBefore;
|
||||
}
|
||||
|
||||
void SDL_GetCurrentDisplayMode_Adapter(SDL_DisplayID displayID, SDL_DisplayMode* mode)
|
||||
void SDL_GetCurrentDisplayMode_Adapter(SDL_DisplayID displayID, SDL_DisplayMode *mode)
|
||||
{
|
||||
const SDL_DisplayMode *currentMode = SDL_GetCurrentDisplayMode(displayID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user