mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
SDL_CheckWindowDisplayChanged() is a static function
This commit is contained in:
@@ -1252,7 +1252,7 @@ SDL_DisplayID SDL_GetDisplayForWindow(SDL_Window *window)
|
|||||||
return displayID;
|
return displayID;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SDL_CheckWindowDisplayChanged(SDL_Window *window)
|
static void SDL_CheckWindowDisplayChanged(SDL_Window *window)
|
||||||
{
|
{
|
||||||
SDL_DisplayID displayID = SDL_GetDisplayForWindowPosition(window);
|
SDL_DisplayID displayID = SDL_GetDisplayForWindowPosition(window);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user