We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4257 - Use SDL_bool in headers
Summary: Use SDL_bool in headers
Status: NEW
Alias: None
Product: SDL_ttf
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.14
Hardware: x86_64 macOS 10.13
: P2 enhancement
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-11 22:04 UTC by C.W. Betts
Modified: 2018-09-11 22:04 UTC (History)
0 users

See Also:


Attachments
Add SDL_bool types (1.91 KB, patch)
2018-09-11 22:04 UTC, C.W. Betts
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description C.W. Betts 2018-09-11 22:04:56 UTC
Created attachment 3303 [details]
Add SDL_bool types

This changes some functions to use SDL_bool instead of int.