mirror of
https://github.com/yawut/SDL.git
synced 2026-08-19 23:34:04 -05:00
Renumbered the renderer flags
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user