author | Sam Lantinga <slouken@libsdl.org> |
Fri, 27 Sep 2013 23:19:22 -0700 | |
changeset 7747 | 0ebf642117f4 |
parent 7746 | 6a05d7352575 |
child 7748 | 3c9889bf2626 |
--- a/include/SDL_hints.h Fri Sep 20 13:43:00 2013 -0400 +++ b/include/SDL_hints.h Fri Sep 27 23:19:22 2013 -0700 @@ -260,7 +260,7 @@ /** * \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" /**