]> git.tdb.fi Git - ttf2png.git/commit
Improve type usage
authorMikko Rasa <tdb@tdb.fi>
Sat, 14 Apr 2018 12:01:41 +0000 (15:01 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 14 Apr 2018 12:52:51 +0000 (15:52 +0300)
commitf506acab628d313bb2e140ec936dc8970ba2f0d0
treedc4e8aebc68dd22bff2e68aa612fadf329ae82e4
parent4fd8c77456f73fb6b30d4ed7125e3990e70a6eed
Improve type usage

Use unsigned for numbers for which negative values do not make sense.
Add a typedef for bool to better annotate the intended use of flag
variables.
ttf2png.c