author | Sam Lantinga |
Fri, 27 Sep 2013 23:19:22 -0700 | |
changeset 7747 | 0ebf642117f4 |
parent 7746 | 6a05d7352575 |
child 7748 | 3c9889bf2626 |
1.1 --- a/include/SDL_hints.h Fri Sep 20 13:43:00 2013 -0400 1.2 +++ b/include/SDL_hints.h Fri Sep 27 23:19:22 2013 -0700 1.3 @@ -260,7 +260,7 @@ 1.4 /** 1.5 * \brief If set to 1, then do not allow high-DPI windows. ("Retina" on Mac) 1.6 */ 1.7 -#define SDL_HINT_VIDEO_HIGHDPI_DISABLED "SDL_HIGHDPI_DISABLED" 1.8 +#define SDL_HINT_VIDEO_HIGHDPI_DISABLED "SDL_VIDEO_HIGHDPI_DISABLED" 1.9 1.10 1.11 /**