mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-02 06:52:51 +00:00
Fixed the name of the environment variable to match the name of the hint.
This commit is contained in:
@@ -260,7 +260,7 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* \brief If set to 1, then do not allow high-DPI windows. ("Retina" on Mac)
|
* \brief If set to 1, then do not allow high-DPI windows. ("Retina" on Mac)
|
||||||
*/
|
*/
|
||||||
#define SDL_HINT_VIDEO_HIGHDPI_DISABLED "SDL_HIGHDPI_DISABLED"
|
#define SDL_HINT_VIDEO_HIGHDPI_DISABLED "SDL_VIDEO_HIGHDPI_DISABLED"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user