mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 16:45:57 -05:00
Renamed SDL_GetWindowDisplay() to SDL_GetWindowDisplayIndex()
This commit is contained in:
@@ -339,7 +339,7 @@ extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayI
|
||||
* \return the display index of the display containing the center of the
|
||||
* window, or -1 on error.
|
||||
*/
|
||||
extern DECLSPEC int SDLCALL SDL_GetWindowDisplay(SDL_Window * window);
|
||||
extern DECLSPEC int SDLCALL SDL_GetWindowDisplayIndex(SDL_Window * window);
|
||||
|
||||
/**
|
||||
* \brief Set the display mode used when a fullscreen window is visible.
|
||||
|
||||
Reference in New Issue
Block a user