Skip to content

Commit

Permalink
Sync SDL3 header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed May 7, 2024
1 parent bc544e0 commit 1400aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SDL3/SDL_CreateRenderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Defined in [<SDL3/SDL_render.h>](https://github.com/libsdl-org/SDL/blob/main/inc
## Syntax

```c
SDL_Renderer * SDL_CreateRenderer(SDL_Window *window, const char *name, Uint32 flags);
SDL_Renderer * SDL_CreateRenderer(SDL_Window *window, const char *name, SDL_RendererFlags flags);

```
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_RendererInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Defined in [<SDL3/SDL_render.h>](https://github.com/libsdl-org/SDL/blob/main/inc
typedef struct SDL_RendererInfo
{
const char *name; /**< The name of the renderer */
Uint32 flags; /**< Supported ::SDL_RendererFlags */
SDL_RendererFlags flags; /**< Supported ::SDL_RendererFlags */
int num_texture_formats; /**< The number of available texture formats */
SDL_PixelFormatEnum texture_formats[16]; /**< The available texture formats */
int max_texture_width; /**< The maximum texture width */
Expand Down

0 comments on commit 1400aef

Please sign in to comment.