Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Renumbered the renderer flags
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 1, 2011
1 parent 59260a5 commit e0f33e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions include/SDL_video.h
Expand Up @@ -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;

/**
Expand Down

0 comments on commit e0f33e0

Please sign in to comment.