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 5268

Summary: Sizes should be Uint32 (no int32)
Product: SDL Reporter: tadaddd111111
Component: videoAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2    
Version: 2.0.13   
Hardware: All   
OS: All   

Description tadaddd111111 2020-08-24 16:26:33 UTC
It is only one bit, but it will allow 2x larger size. That is not real problem, but it's unnecessary. Also, it will disallow programmers to put negative value to it.