mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Renumbered the renderer flags
This commit is contained in:
parent
88718ffabe
commit
5d5f352744
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user