From 3ef5a97706ca351b10fa350c674b9653aa99fe9f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 27 Sep 2013 23:19:22 -0700 Subject: [PATCH] Fixed the name of the environment variable to match the name of the hint. --- include/SDL_hints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_hints.h b/include/SDL_hints.h index e90ba2e9d63af..9dc9cfe7646cc 100644 --- a/include/SDL_hints.h +++ b/include/SDL_hints.h @@ -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" /**