Fixed the name of the environment variable to match the name of the hint.

This commit is contained in:
Sam Lantinga 2013-09-27 23:19:22 -07:00
parent 869a707612
commit 3ef5a97706
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ extern "C" {
/**
* \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"
/**