Renumbered the renderer flags
This commit is contained in:
parent
d627939049
commit
32406a59c6
1 changed files with 3 additions and 4 deletions
|
@ -151,11 +151,10 @@ typedef enum
|
||||||
*/
|
*/
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
SDL_RENDERER_PRESENTVSYNC = 0x00000020, /**< Present is synchronized
|
SDL_RENDERER_ACCELERATED = 0x00000001, /**< The renderer uses hardware
|
||||||
with the refresh rate */
|
|
||||||
|
|
||||||
SDL_RENDERER_ACCELERATED = 0x00000040 /**< The renderer uses hardware
|
|
||||||
acceleration */
|
acceleration */
|
||||||
|
SDL_RENDERER_PRESENTVSYNC = 0x00000002 /**< Present is synchronized
|
||||||
|
with the refresh rate */
|
||||||
} SDL_RendererFlags;
|
} SDL_RendererFlags;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue