diff --git a/include/SDL_video.h b/include/SDL_video.h index c8e82d35a..84e8102f3 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -151,11 +151,10 @@ typedef enum */ typedef enum { - SDL_RENDERER_PRESENTVSYNC = 0x00000020, /**< Present is synchronized - with the refresh rate */ - - SDL_RENDERER_ACCELERATED = 0x00000040 /**< The renderer uses hardware + SDL_RENDERER_ACCELERATED = 0x00000001, /**< The renderer uses hardware acceleration */ + SDL_RENDERER_PRESENTVSYNC = 0x00000002 /**< Present is synchronized + with the refresh rate */ } SDL_RendererFlags; /**