Skip to content

Commit

Permalink
SDL_ttf.h: Clean this up to work with latest SDL3 wikiheaders.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 9, 2024
1 parent 6e260a2 commit f521613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3_ttf/SDL_ttf.h
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ extern DECLSPEC SDL_bool TTF_GetFontSDF(const TTF_Font *font);
*
* \sa TTF_SetFontDirection
*/
typedef enum
typedef enum TTF_Direction
{
TTF_DIRECTION_LTR = 0, /* Left to Right */
TTF_DIRECTION_RTL, /* Right to Left */
Expand Down

3 comments on commit f521613

@sezero
Copy link
Contributor

@sezero sezero commented on f521613 Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@icculus: SDL_rtf needs similar clean-ups

@icculus
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix it, but SDL_rtf isn't on the wiki at all at the moment, I'm surprised to discover. I'm inclined to leave it like that if no one is maintaining it.

@icculus
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, wait, yes it is, it just doesn't have an SDL3 equivalent.

Please sign in to comment.