commit | b1056f47c896d4f13eb9b89e535ef66928c438e7 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Fri Nov 29 11:48:37 2024 +0100 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Sun Dec 15 11:29:47 2024 +0100 |
tree | e57f77749ff63bd071c5799f7b0efeaeb94c215a | |
parent | dcecd1e6692f2761f967ce7aa2ec666747d50fd5 [diff] |
drawops: Make dT1 and dS1 in do_ellipse() unsigned "dT1" and "dS1" are never negative, so they should be unsigned. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>